Ananya was writing a program of reading data from csv file named “data.csv”. She writes the incomplete code. As a friend of Ananya help her to complete the code. ________ csv #Statement1 f=open("data.csv", '_______') #Statement2 d=csv.___________(f) #Statement3 for __________ in d: #Statement4 print(row) Identify the suitable option for Statement 1

Question:
 Ananya was writing a program of reading data from csv file named “data.csv”. She writes the incomplete code. As a friend of Ananya help her to complete the code.
________ csv  #Statement1
f=open("data.csv", '_______')  #Statement2
d=csv.___________(f)  #Statement3
for __________ in d:  #Statement4
     print(row)
Identify the suitable option for Statement 1

1.import

2.create

3.data

4.Import

Posted Date:-2021-12-12 01:57:41


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!