CBSE Class 12 Computer Science Question 135 of 136

Data File Handling — Question 23

Back to all questions
23
Question

Question 23

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

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.