at one place in the book there a command to ead a txt file
like this
open (‘myfile.txt’).readlines()
but then what do you do with this
i mean does it read all the lines in the file ?
does it take care of the end of file by itself?
can we print the number of lines in the file or get one specific item and how?
is htere more doc giving more details about how to use this?
Thanks