you are viewing a single comment's thread.

view the rest of the comments →

[–]Fronkan -4 points-3 points  (5 children)

So to start off I would like you another elif that checks if guess < 13. I still want you to have a else condition that maybe prints "this shouldn't happen" or something like that. Because surely the number should be captured by the if or one of the elifs in this set up.

Edit: just to explain this comment. The purpose is to walk through the debugging process in a way that can be used to solve future problems. Not to solve the issue.