Commit 51adf07c by BellCodeEditor

save project

parent 953bae66
Showing with 4 additions and 1 deletions
......@@ -5,7 +5,7 @@ score1 = ["小贝", 98, 99, 92]
score2 = ["聪聪", 95, 91, 95]
with open("soce.csy","w",encoding="utf-8")as myfile:
write=csy.write(myfile)
write=csv.writer(myfile)
write.writerow(subject)
write.writerow(score1)
write.writerow(score2)
姓名,语文,数学,英语
小贝,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