Commit 6205d47f by BellCodeEditor

save project

parent b370c0e5
Showing with 10 additions and 2 deletions
"""读取csv文件"""" """读取csv文件""""
i import csv
\ No newline at end of file with open('report.csv','r',encoding="UTF-8") as f:
f_csv=csv.report(f)
f_csv=list(f_csv)
pipi=f_csv[7]
print(pipi)
for i in f_csv:
print(i[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