The offset argument to seek() method indicates the number of bytes to be moved.
True
Reason — In the seek() method of Python, the offset argument indicates the number of bytes by which the file read/write pointer should be moved.