f = open("food.txt", "r")
for line in f: print(line)
I don\'t understand how the above for loop reads the file line by line? Why not charac