Commit cd74e62b by BellCodeEditor

auto save

parent 31ad74b8
Showing with 2 additions and 1 deletions
...@@ -4,7 +4,7 @@ import csv ...@@ -4,7 +4,7 @@ import csv
with open('report.csv',"r") as f: with open('report.csv',"r") as f:
f_csv = csv.reader(f) f_csv = csv.reader(f)
f_csv = list(f_csv) f_csv = list(f_csv)
pipi = f.csv[7] pipi = f.csv[7]
print(pipi) print(pipi)
for row in f_csv: for row in f_csv:
print(row[3]) 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