Commit 7099ed7d by BellCodeEditor

save project

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