Commit 528953c4 by BellCodeEditor

auto save

parent bdca5f71
Showing with 2 additions and 2 deletions
import csv import csv
data = ["结婚", 92, 94] data = ["老师谈恋爱", 92, 94]
with open("scores.csv", "w",encoding="utf-8") as csvfile: with open("scores.csv", "w",encoding="utf-8") as csvfile:
writer = csv.writer(csvfile) writer = csv.writer(csvfile)
......
结婚,92,94 老师谈恋爱,92,94
......
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