How can I read a opened .txt-file in python letter by letter? I am a python beginner, and looked through the docs, but found nothing. P.S.: I'm using Python 2.7
Asked
Active
Viewed 84 times
0
-
What do you mean by `letter by letter`? – hygull Jul 28 '19 at 07:12
-
I mean that I load one letter, process it and load the following letter. – Vincent Guttmann Jul 28 '19 at 07:14