seek() is a method of ?

2023

seek() is a method of ?

Answer: D. file object / file objectseek() is a method of the file object in Python.

  1. A.

    csv module / csv module

  2. B.

    pickle module / pickle module

  3. C.

    text module / text module

  4. D.

    file object / file object

Attempted by 2874 students.

Show answer & explanation

Correct answer: D

seek() is a method of the file object in Python.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…