+ 3
you can use readlines() method of a file object. it will return a list of strings of which file consists. you can assign it to a variable and get access to any line easily
20th Dec 2016, 11:02 AM
Demeth
Demeth - avatar