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

What will be written inside the file test.csv using the following program import csv D = [['Exam'],['Quarterly'],['Halfyearly']]csv.register_dialect('M',lineterminator = '\n')with - Computer Science

Advertisements
Advertisements

प्रश्न

What will be written inside the file test.csv using the following program import csv

D = [['Exam'],['Quarterly'],['Halfyearly']]
csv.register_dialect('M',lineterminator = '\n')
with open('c:\pyprg\ch13\line2.csv', 'w') as f:
     wr = csv.writer(f,dialect='M')
     wr.writerows(D)
f.close()

विकल्प

  • Exam Quarterly Halfyearly

  • Exam Quarterly Halfyearly

  • E
    Q
    H

  • Exam,
    Quarterly,
    Halfyearly

MCQ

उत्तर

Exam,
Quarterly,
Halfyearly

shaalaa.com
Writing Data into Different Types in CSV Files
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 13: Python and CSV files - Evaluation [पृष्ठ २६५]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×