Report Bug
Qus : in python which function is used to read CSV file
Qusपायथन में CSV फ़ाइल को पढ़ने के लिए किस फ़ंक्शन का उपयोग किया जाता है?

A. csv.reader(file)
B. csv.read(file)
C. csv.readcsv(file)
D. csv.readcsvdata(file)


Solution
B. csv.read(file)






Report Bug