मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

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×