CBSE Class 12 Computer Science Question 131 of 136

Data File Handling — Question 19

Back to all questions
19
Question

Question 19

Every record in a CSV file is stored in reader object in the form of a list.

Answer

True

Reason — The reader object in the csv module is an iterable that provides access to each line of a CSV file, with each line represented as a list of fields.