Lets say I do this:
letter = input('Please enter a letter: ')
And I want to immediately stop the input after only one letter that the player typed. How do I do it? Thanks!!
Lets say I do this:
letter = input('Please enter a letter: ')
And I want to immediately stop the input after only one letter that the player typed. How do I do it? Thanks!!