CBSE Class 12 Computer Science Question 134 of 136

Data File Handling — Question 22

Back to all questions
22
Question

Question 22

tell() method of Python tells us the current position within the file.

Answer

True

Reason — The tell() function returns the current position of file read/write pointer within the file.