Unable to input things in console

Question:

I think the code is error-free, but for some reason I am unable to type anything into the console. Could I have accidentally hit something that deactivated the console? Any insight would be awesome!
Repl link:

https://replit.com/@dillon24/Day-14-of-100-days-of-code?v=1

code snippet

hi @dillon24 getpass hides the user input (it’s usually used for getting passwords). If you press return/enter it should move onto the next player. From looking at your code you have to use upper case letters only.

Hope this helps

2 Likes

Thank you, Ian! I was a little puzzled by the inclusion of that line at the beginning. All good now!

1 Like

Can you mark the first comment as solution?
Just click the solution button with a tick on its left, all below the comment

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.