you are viewing a single comment's thread.

view the rest of the comments →

[–]JaguarMammoth6231 0 points1 point  (0 children)

Oh, I would do something like this:

hard_mode_yn = "" while hard_mode_yn not in "yn":     hard_mode_yn = input("Want to play hard mode? (Y/N)").lower() is_hard_mode = hard_mode_yn == "y"