हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

Tabulate the different modes with their meaning.

Advertisements
Advertisements

प्रश्न

Tabulate the different modes with their meaning.

संक्षेप में उत्तर
Advertisements

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 13: Python and CSV files - Evaluation [पृष्ठ २६६]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 13 Python and CSV files
Evaluation | Q 2. | पृष्ठ २६६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×