Advertisement
desislava_topuzakova

04. Password Guess

Sep 10th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. password = input()
  2.  
  3. if password == "s3cr3t!P@ssw0rd":
  4. print("Welcome")
  5. else: # password != "s3cr3t!P@ssw0rd"
  6. print("Wrong password!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement