1f = open("io/data/file1")
2b = f.read(100)
3print(len(b))
4