Commit 2b7048a4 by BellCodeEditor

save project

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