English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

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

Question

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()

Options

  • Exam Quarterly Halfyearly

  • Exam Quarterly Halfyearly

  • E
    Q
    H

  • Exam,
    Quarterly,
    Halfyearly

MCQ

Solution

Exam,
Quarterly,
Halfyearly

shaalaa.com
Writing Data into Different Types in CSV Files
  Is there an error in this question or solution?
Chapter 13: Python and CSV files - Evaluation [Page 265]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×