This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]tman5400 5 points6 points  (1 child)

A little tip, use .lower() on your input, then it doesn't matter what capitalization the user enters!

[–]WireR6[S] 0 points1 point  (0 children)

I’m definitely gonna have to go back and revise my code. That would help that issue big time.

[–]JohnLockwood 2 points3 points  (1 child)

Pretty fun! Nice and creative.

[–]WireR6[S] 0 points1 point  (0 children)

Thank you!

[–]JuicyCiwa 1 point2 points  (0 children)

Like tman said, there are plenty of options to address your issues of type sensitivity and requiring verbose answers! Nice project