Commit d9c410ac by BellCodeEditor

save project

parent 6e2682f8
Showing with 3 additions and 2 deletions
...@@ -13,8 +13,8 @@ distance=1 ...@@ -13,8 +13,8 @@ distance=1
for i in range(3000): for i in range(3000):
pen.pencolor(colors[i%9]) pen.pencolor(colors[i%9])
pen.forward(distance) pen.forward(distance)
distance+=0.15 distance+=0.2
pen.right(40.5) pen.right(41)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ 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