Untitled

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

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