Commit 6e512b32 by BellCodeEditor

save project

parent cd7ee1d0
Showing with 3 additions and 3 deletions
...@@ -5,8 +5,8 @@ import csv ...@@ -5,8 +5,8 @@ import csv
with open('report.csv','r',encoding='utf-8') as f: with open('report.csv','r',encoding='utf-8') as f:
f_csv=csv.reader(f) f_csv=csv.reader(f)
f_csv=list(f_csv) f_csv=list(f_csv)
for i in range(9): for i in range(10):
print(f_csv[4][i]) print(f_csv[7][i])
for i in range(7): for i in range(8):
print(f_csv[i][3]) print(f_csv[i][3])
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