मराठी

Consider the following Python statement: F=open('CONTENT.TXT') Which of the following is an invalid statement in Python? - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

Consider the following Python statement:

F=open('CONTENT.TXT')

Which of the following is an invalid statement in Python?

पर्याय

  • F.seek(1, 0)

  • F.seek(0, 1)

  • F.seek(0, −1)

  • F.seek(0, 2)

MCQ

उत्तर

F.seek(0, −1)

Explanation:

F.seek(0, 1) indicates that the reference parameter is 1.

  1. 0: establishes the file's starting reference point.
  2. 1: establishes the current file position as the reference point.
  3. 2: establishes the file's reference point at the end.
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2023-2024 (February) Set 4
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×