Monday, 15 August 2011

python - Printing a csv 'none' error -



python - Printing a csv 'none' error -

trying print csv, , maintain getting error 'none' want list contents of csv. have 2 days, saturday , sunday

your fri function not returning anything.

if trying print out info in file have iterate through it

csvfile = csv.reader(open('friday.csv','rb'))

each row read csv file returned list of strings.

for line_list in csvfile: # dat

python search csv

1 comment: