Advertisement
simeonshopov

Password check

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