CBSE Class 12 Computer Science Question 132 of 136

Data File Handling — Question 20

Back to all questions
20
Question

Question 20

writerow() method allows us to write a list of fields to the CSV file.

Answer

True

Reason — The writerow() method in the csv module allows us to write a list of fields to a CSV file.