Advertisement
DerioFT

1114.py

Oct 26th, 2021
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. while True:
  2.  
  3.     password = int(input())
  4.  
  5.     if password == 2002:
  6.         print('Acesso Permitido')
  7.         break
  8.  
  9.     else:
  10.         print('Senha Invalida')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement