Commit eff7df38 by BellCodeEditor

save project

parent 407732c0
Showing with 2 additions and 1 deletions
...@@ -7,8 +7,9 @@ distance=1 ...@@ -7,8 +7,9 @@ distance=1
pen = turtle.Pen() pen = turtle.Pen()
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range(500): for i in range(500):
forward(distance) pen.forward(distance)
pen.right(91) pen.right(91)
distance+=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