Commit 46690388 by BellCodeEditor

auto save

parent ff65a7b7
Showing with 2 additions and 4 deletions
......@@ -7,6 +7,4 @@ score2 = ["聪聪", 95, 91, 95]
with open('scores.cvs','w',encoding='utf-8') as csvfile:
writer=csv.writer(csvfile)
writer.writerow(subject)
writer.writerow(score1)
writer.writerow(score2)
\ 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