How to read a single character at a time from a file?

Posted by kaushik on Stack Overflow See other posts from Stack Overflow or by kaushik
Published on 2010-06-07T09:11:31Z Indexed on 2010/06/07 9:22 UTC
Read the original article Hit count: 150

Filed under:
|
|

I want to read a single character at a time from a file in python.

Can anyone tell me how can I do this?

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner