Commit 5ba3f0c1 by BellCodeEditor

auto save

parent 3c4e3600
Showing with 2 additions and 5 deletions
import csv # 利用write()帮助悟空给诺依回信吧~
import turtle
data = [[1,2,3,4,5],[1]]
with open("ccc.csv","w",encoding="utf-8",newline="") as csvfile:
writer = csv.writer(csvfile)
writer.writerows(data)
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