Commit cc0ce9af by BellCodeEditor

save project

parent 2aea3cc1
Showing with 2 additions and 2 deletions
...@@ -6,4 +6,4 @@ with open('report.csv','r',encoding='utf-8')as file: ...@@ -6,4 +6,4 @@ with open('report.csv','r',encoding='utf-8')as file:
data=list(read) data=list(read)
print(data) print(data)
print("**的成绩是**分") print(data[5][0]+"的语文成绩是"+data[5][1]+"分")
\ No newline at end of file \ 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