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