Untitled

 avatar
unknown
python
6 months ago
184 B
6
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