Commit 4b258186 by BellCodeEditor

save project

parent d6d96c8c
Showing with 2 additions and 0 deletions
...@@ -4,4 +4,6 @@ with open('report.csv','r',encoding='utf-8') as csvfile: ...@@ -4,4 +4,6 @@ with open('report.csv','r',encoding='utf-8') as csvfile:
fcsv=list(fcsv) fcsv=list(fcsv)
for i in fcsv[7]: for i in fcsv[7]:
print(i,end=' ') print(i,end=' ')
for i in fcsv:
print(i[3],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