Commit ed303186 by BellCodeEditor

auto save

parent a47b4a95
Showing with 1 additions and 1 deletions
......@@ -12,7 +12,7 @@ distance=1
pen.speed(1000)
for i in range(100000):
pen.forward(distance)
pen.right(91)
pen.right(90.01)
distance+=1
# 隐藏画笔,保存画布
pen.hideturtle()
......
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