Class 12 Questions : File Handling Set 1

16.
To specify a different delimiter while writing into csv file, ………. argument is used with csv.writer().

 

17.
To cancel the EOL translation in csv file while writng the data ………… argument is used with open().

 

18.
The ……….. function is used to write a list of strings in a file.

 

19.
To add data to an existing csv file, the mode of the file should be ……..

 

20.
A …………. governs the type of operations possible in the opened file.