Commit eb4f98c7 by BellCodeEditor

save project

parent 366080e1
Showing with 9 additions and 2 deletions
import
\ No newline at end of file
import csv
with open('report.csv','r',encoding='utf-8') as ww:
w=csv.reader(ww)
w=list(w)
for i in w[7]:
print (i,end=" ")
print()
for i in w:
print(i[4],end=' ')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment