f = open("io/data/file1") print(f.read(5)) print(f.readline()) print(f.read())