Hey, I'm wondering how to read individual strings in a text file. I can read a text file by lines with .readlines() , but I need to read specifically by strings, not including spaces. Thanks in advance -- https://mail.python.org/mailman/listinfo/python-list
- reading from a txt file vincentypedro
- Re: reading from a txt file Denis McMahon
- Re: reading from a txt file Jason Friedman
- Re: reading from a txt file Gary Herron
- Re: reading from a txt file Pedro Vincenty