Commit 587e39e4 by BellCodeEditor

save project

parent ec88a760
Showing with 2 additions and 0 deletions
......@@ -6,3 +6,4 @@ data = [["姓名", "语文", "数学", "英语"],
with open("scores.csv","w",encoding="utf-8",newline="") as csvfile:
writer = csv.writer(csvfile)
writer.writerows(data)
\ 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