

InterviewSolution
Saved Bookmarks
1. |
What is the use of seek() method in files?(a) sets the file’s current position at the offset(b) sets the file’s previous position at the offset(c) sets the file’s current position within the file(d) none of the mentionedThis question was addressed to me during an interview.My doubt stems from Files topic in portion Regular Expressions and Files of Python |
Answer» Correct choice is (a) sets the file’s current position at the OFFSET |
|