Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input("Hello, to enter; please input your password.")
- password = "543210" #you can change this to anything you want
- if input == password:
- print("Welcome!")
- if else:
- print("There was an error with your login details, try again.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement