Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Guess the code!")
- guess = input()
- secret_code = "543210" #you can change this to anything you want
- if input == secret_code:
- print("You guessed the code! :D")
- if else:
- print("Incorrect, try again! D:")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement