Commit 2314fde4 by BellCodeEditor

auto save

parent d37caed3
Showing with 3 additions and 3 deletions
......@@ -6,5 +6,5 @@ score2 = ["聪聪", 95, 91, 95]
with open("scores.csv",'w',encoding='utf-8') as csvfile:
writer=csv.writer(csvfile)
writer.writerow(supject)
writer.writerow(supject)
writer.writerow(supject)
\ No newline at end of file
writer.writerow(score1)
writer.writerow(score2)
\ 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