Commit 1834b36f by BellCodeEditor

auto save

parent 3ce31792
Showing with 10 additions and 0 deletions
import turtle
pen=turtle.Pen()
i=1
pen.hideturtle()
for i in range(10000):
pen.forward(i)
pen.right(91)
i+=1
# 隐藏画笔,保存画布
turtle.done()
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