demo_ref_file_seek2.py:
f = open("demofile.txt", "r") print(f.seek(4))
➜ begtut>python demo_file_seek2.py
4