python_file_readline_3.py:
x
 
f = open("demofile.txt", "r")
for x in f:
  print(x)