Which module is used for working with CSV files in Python?
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.