• Choose the correct answer

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


    - (a) Exam Quarterly Halfyearly

    - (b) Exam Quarterly Halfyearly

    - (c) Q H

    - (d) Exam, Quarterly, Halfearly



1 Answer


  • Correct Answer:

    (d) Exam, Quarterly, Halfearly

    Answered on 29/10/2020 at 02:47PM by Thamizh

Download our mobile app - The Learning App by EduDeck



Latest answers

Answered by Sangeedha

Brasilia Declaration

Global conference

Read More

Answered by Sangeedha

Always keep ___________while driving.

To the left

Read More