Commit abf597ce by BellCodeEditor

save project

parent b4496601
Showing with 5 additions and 7 deletions
...@@ -6,4 +6,4 @@ data = (["姓名", "语文", "数学", "英语"], ...@@ -6,4 +6,4 @@ data = (["姓名", "语文", "数学", "英语"],
with open('scores.csv','w',encoding='utf-8',newline='') as csvfile: with open('scores.csv','w',encoding='utf-8',newline='') as csvfile:
writer= csv.writer(csvfile) writer= csv.writer(csvfile)
writer.writerows(subject) writer.writerows(data)
\ No newline at end of file \ No newline at end of file
姓,名 姓名,语文,数学,英语
语,文 小贝,98,99,92
数,学 聪聪,95,91,95
英,语
小,贝
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