python keystroke classifier
I need to write a program that开发者_如何转开发 does the following:
- User enters a character
- The program outputs whether it is alphabetic, numeric, a space, or a newline.
The documentation for python string methods should give you exactly what you are looking for.
精彩评论