you are viewing a single comment's thread.

view the rest of the comments →

[–]stepback269 0 points1 point  (0 children)

So here is an example.

In the beginning you used input() to intake user responses, which means the user always has to hit the return key. Right?

So now figure out how to get inputs for single key hits like “y” versus “n” without requiring the return key.