Commit 83fee430 by BellCodeEditor

save project

parent 4e93e923
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ pen = turtle.Pen() ...@@ -8,6 +8,7 @@ pen = turtle.Pen()
# 请创造师在下面接着创作 # 请创造师在下面接着创作
color=["red","orange","yellow","green"] color=["red","orange","yellow","green"]
for i in range(1,300): for i in range(1,300):
pen.pencolor(color[i%4])
pen.forward(i) pen.forward(i)
i+=1 i+=1
pen.right(61) pen.right(61)
......
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