Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Who is the greatest orangutan ever?")
- society = input()
- if society.lower() in ["ken allen", "ken Allen", "Ken allen", "Ken Allen"]:
- print("Correct answer.")
- else:
- print("Wrong.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement