Commit 04dbeefa by BellCodeEditor

auto save

parent ee15e184
Showing with 2 additions and 3 deletions
import csv import csv
with open('report.csv','r',encoding='utf-8',newline='') as csvfile: with open('report.csv','r',encoding='utf-8',newline='') as csvfile:
score = csv.reader(csvfile) score = csv.reader(csvfile)
score = list(score) score = list(score)
print(score[7][3]) print(score[7][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