CBSE Class 12 Computer Science Question 55 of 136

Data File Handling — Question 20

Back to all questions
20
Question

Question 20

Which module is used for working with CSV files in Python?

  1. random
  2. statistics
  3. csv
  4. math
Answer

csv

Reason — For working with CSV files in Python, there is an inbuilt module called csv. It is used to read and write tabular data in CSV format.