Untitled
unknown
plain_text
a year ago
132 B
9
Indexable
# DESAFIO 2
senha = ""
while senha != "secreto":
senha = input("Digite a senha para entrada: ")
print("Acesso permitido.")Editor is loading...
Leave a Comment
# DESAFIO 2
senha = ""
while senha != "secreto":
senha = input("Digite a senha para entrada: ")
print("Acesso permitido.")