Commit 92f1ec3b by BellCodeEditor

save project

parent da908bb2
Showing with 2 additions and 2 deletions
......@@ -6,10 +6,10 @@ import turtle
walk = 1
pen = turtle.Pen()
pen.speed(50)
pen.speed(100)
pen.pensize(1)
# 请创造师在下面接着创作
for i in range(500):
for i in range(700):
pen.forward(walk)
pen.right(91)
walk += 1
......
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