English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Tabulate the different modes with their meaning.

Advertisements
Advertisements

Question

Tabulate the different modes with their meaning.

Answer in Brief
Advertisements

Solution

Mode Description
V open a file for reading (default)
‘W’ Open a file for writing. Creates a new file if it does not exist or truncates the file if it exists.
‘x’ Open a file for exclusive creation. If the file already exists, the operation fails.
‘a’ Open for appending at the end of the file without truncating it. Creates a new file if it does not exist.
‘t’ Open in text mode, default
‘b’ Open in binary mode.
‘+’ Open a file for updating (reading and Writing).
shaalaa.com
Introduction to Python and CSV Files
  Is there an error in this question or solution?
Chapter 13: Python and CSV files - Evaluation [Page 266]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 13 Python and CSV files
Evaluation | Q 2. | Page 266
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×