Result Size: 625 x 571
demo_ref_file_seek2.py:
x
 
f = open("demofile.txt", "r")
print(f.seek(4))
C:\Users\My Name>python demo_file_seek2.py
4