python_ref_file_tell_2.py:
x
 
f = open("demofile.txt", "r")
print(f.readline())
print(f.tell())