demo_ref_file_tell.py:
f = open("demofile.txt", "r") print(f.tell())
C:\Users\My Name>python demo_file_tell.py
0