Untitled
unknown
python
a year ago
184 B
7
Indexable
senha = ''
while senha != 'secreto':
senha = input('Coloque a senha certa: ')
if senha != 'secreto':
print('Tente novamente!')
print('Boa!')
print('------- FINALIZADO')Editor is loading...
Leave a Comment