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