Commit 94cbf48e by BellCodeEditor

save project

parent 4be1daa9
Showing with 3 additions and 8 deletions
......@@ -4,10 +4,5 @@ with open('report.csv','r',encoding='utf-8',newline='')as csvfile:
f=csv.reader(csvfile)
f=list(f)
print(f[7])
print(f[1][3])
print(f[2][3])
print(f[3][3])
print(f[4][3])
print(f[5][3])
print(f[6][3])
print(f[7][3])
\ No newline at end of file
for i in range(7):
print(f[i+1][3])
\ No newline at end of file
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