Advertisement
aneliabogeva

Password_guess

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