Advertisements
Advertisements
Question
The syntax of seek() is:
file_object.seek(offset[,reference_point])
What is the default value of reference_point
?
Options
0
1
2
3
MCQ
Solution
0
Explanation:
The file's starting point, 0, is the default reference point.
shaalaa.com
Setting Offsets in a File
Is there an error in this question or solution?