Commit c16cdd50 by BellCodeEditor

save project

parent 59ca8fed
Showing with 8 additions and 3 deletions
import csv
with open("zz.csv","r",enumerate"utf-8",newline="") as f:
\ No newline at end of file
with open("report.csv","r",encoding="utf-8",newline="") as f:
f_csv = csv.reader(f)
f_csv = list(f_csv)
pp = f_csv[7]
print(pp)
for row in f_csv:
print(row[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