Commit 4f756762 by BellCodeEditor

save project

parent a5d71213
Showing with 12 additions and 4 deletions
...@@ -9,11 +9,19 @@ pen = turtle.Pen() ...@@ -9,11 +9,19 @@ pen = turtle.Pen()
pen.speed(100000000000) pen.speed(100000000000)
# 请创造师在下面接着创作 # 请创造师在下面接着创作
distance=2 distance=2
for i in range(500): jd=92
pen.forward(distance) for y in range(4):
distance+=3
for i in range(240):
pen.forward(distance)
distance+=3
pen.right(jd)
pen.penup()
pen.goto(0,0)
pen.pendown()
distance=2
jd+=2
pen.right(92)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
pen.hideturtle() pen.hideturtle()
turtle.done() 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