Commit b8053516 by BellCodeEditor

save project

parent 33510d11
Showing with 2 additions and 2 deletions
......@@ -7,4 +7,4 @@ data = [["姓名", "语文", "数学", "英语"],
with open("my.csv","w",encoding="utf-8") as myfile:
write=csv.writer(myfile)
\ No newline at end of file
write.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