Question: To read the rows in a CSV file, you need to a. get a reader object by using the reader() function of the file object
To read the rows in a CSV file, you need to
a. get a reader object by using the reader() function of the file object b. get a rows object by using the rows() function of the file object c. get a row object by using the row() function of the file object d. get a reader object by using the reader() function of the csv module
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
