CBSE Class 12 Computer Science Question 127 of 136

Data File Handling — Question 15

Back to all questions
15
Question

Question 15

csv module can handle CSV files correctly regardless of the operating system on which the files were created.

Answer

True

Reason — The csv module in Python can handle CSV files correctly irrespective of the operating system on which the files were created. This module facilitates the reading and writing of tabular data in CSV format.