Commit 829bc1bc by BellCodeEditor

auto save

parent 0b34884f
Showing with 4 additions and 11 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("red")
pen.begin_fill()
for i in range(38):
pen.forward(250)
pen.right(157)
pen.end_fill()
turtle.done()
\ No newline at end of file
file=open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8')
file.write("小明=10本")
file.close()
\ 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