McqMate
Q. |
What happens if no arguments are passed to the seek function? |
A. | file position is set to the start of file |
B. | file position is set to the end of file |
C. | file position remains unchanged |
D. | error |
Answer» D. error | |
Explanation: seek() takes at least one argument. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet