demo_ref_file_tell.py:
f = open("demofile.txt", "r") print(f.tell())
➜ begtut>python demo_file_tell.py
0