write python programming that will do the following
import csv with open("C:\\Users\\POLAN\\Projects\\test.csv",'r') as file: rows=csv.reader(file,delimiter=',') for r in rows: print(r)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment