Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aa = input()
- ab = input()
- ac = input()
- print("Please type 1 or 2")
- print("Please type 3 or 4")
- print("Please type 5 or 6")
- if aa == "1" or "2":
- print("Well done!")
- elif ab == "3" or "4":
- print("Well done! (again)")
- elif ac == "5" or "6":
- print("Well done! (again and again)")
- else:
- print("bruh you got that wrong lol")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement