Computer Science
Fill in the blanks:
_________ statement is given for importing csv module into your program.
Python Data Handling
2 Likes
Answer
import csv
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ method of pickle module is used to write an object into binary file.
Fill in the blanks:
_________ method of pickle module is used to read data from a binary file.
Fill in the blanks:
_________ is a string method that joins the string with a string separator.
Fill in the blanks:
_________ object contains the number of the current line in a CSV file.