Commit 7a3fdb46 by BellCodeEditor

save project

parent 5d39c14a
Showing with 4 additions and 3 deletions
import csv
with open('report.csv','r',encoding = 'utf-8')as s:
with open('report.csv.csv','r',encoding = 'utf-8')as s:
sb =csv.reader(s)
sb = list(sb)
print(sb[7])
\ No newline at end of file
for i in sb:
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