Commit 3547ac23 by BellCodeEditor

save project

parent 9b34d494
Showing with 11 additions and 0 deletions
import csv
with open('report.csv','r',encoding='utf-8') as file:
re_file = csv.reader(file)
file_list = list(re_file)
for data in file_list:
print(data[3])
for pi in file_list[7]:
print(pi)
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