November 2018
— Because photos of screens arent readable 99% of the time
>>> file2.read()''>>> file2.readline()''>>> file2.readline(2)''>>> file2.readline()''>>> file2.readlines()[]
— Thx , This is answer Good .
— Show us the file
—
>>> file2.readlines(Here you line read 1 for ex : 10)[]
— It seems like youre reading an empty file
>>> file2.readlines(But if you nothing Will Read all lines )[]
linea 1linea 2linea 3linea 4linea 5
— How did you open it ?
— Show the code
— Put it on hastebin.com
— Or mkr/bin