Untitled

 avatar
unknown
plain_text
a year ago
132 B
6
Indexable
# DESAFIO 2
senha = ""
while senha != "secreto":
    senha = input("Digite a senha para entrada: ")

print("Acesso permitido.")
Editor is loading...
Leave a Comment