Python में seek() method का उद्देश्य क्या है
What is the purpose of the seek() method in Python
A
To read data from a file / फ़ाइल से डेटा पढ़ने के लिए
B
To write data into a file / फ़ाइल में डेटा लिखने के लिए
C
To change the current file pointer position
D
To close the file
Explanation
Correct Answer: C) To change the current file pointer position