CBSE Class 12 Computer Science
Question 58 of 136
Data File Handling — Question 23
Back to all questionsresults in an error
Reason — If no arguments are passed to the seek() method in Python, it will result in an error because the method expects at least one argument to specify the new position within the file.