Untitled

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

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