CBSE Class 12 Computer Science Question 128 of 136

Data File Handling — Question 16

Back to all questions
16
Question

Question 16

csv module gets automatically imported into the program for reading a CSV file.

Answer

False

Reason — The csv module in Python needs to be explicitly imported into the program using the import csv statement before it can be used for reading CSV files. It's not automatically available.