πŸ“Š Problem Solving and Python Programming
Q. 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 mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) sets the file’s current position at the offset

Explanation: sets the file’s current position at the offset. the method seek() sets the file’s current position at the offset.


Explanation by: Mr. Dubey
sets the file’s current position at the offset. the method seek() sets the file’s current position at the offset.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
678
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate