Advertisement
bl00dt3ars

02. Password

Oct 31st, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. account = input()
  2. password = input()
  3.  
  4. test = input()
  5. while test != password:
  6.     test = input()
  7. print(f"Welcome {account}!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement