Aug-16-2020, 06:42 AM
I'm only starting Python3 and I found a problem. When I want to print something from a file :
print(old_file.read())
I can only do it once, because if I want to repeat this action there is no data in line (empty line)
Maybe I don't understand something, please help me if you can
print(old_file.read())
I can only do it once, because if I want to repeat this action there is no data in line (empty line)
Maybe I don't understand something, please help me if you can
