file_iter.py 51 B

123
  1. f = open("io/data/file1")
  2. for l in f:
  3. print(l)