Commit 1437f9b5 by BellCodeEditor

auto save

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