Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user_input = input()
- if user_input = "Green" or "green":
- print("Go!")
- if user_input = "Amber" or "amber":
- print("Ready!")
- if user_input = "Red" or "red":
- print("Wait!")
- if else:
- print("I'm sorry, I don't understand...")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement