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