Counting characters while typing
I have a small command line program in Python and i wish to add the
feature to show the number of characters I have typed while I am still
typing. I read the string using the Python input()-method. Is it possible
to achieve this? If so, how can I do this?
No comments:
Post a Comment