demo_ref_file_seekable.py:
f = open("demofile.txt", "r") print(f.seekable())
C:\Users\My Name>python demo_file_seekable.py
True