Explanation: the tell() method tells you the current position within the file; in other words, the next read or write will occur at that many bytes from the beginning of the file.
Q. What is the use of tell() method in python?
β
Correct Answer: (A)
tells you the current position within the file
Explanation by: Mr. Dubey
the tell() method tells you the current position within the file; in other words, the next read or write will occur at that many bytes from the beginning of the file.
Discussion
Question Analytics
975
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
96%
Success Rate