KnowledgeBoat Logo
|

Computer Science

The offset argument to seek() method indicates the number of bytes to be moved.

Python Data Handling

2 Likes

Answer

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.

Answered By

2 Likes


Related Questions