Commit 09b762a4 by BellCodeEditor

save project

parent 5129fb02
Showing with 10 additions and 2 deletions
......@@ -8,10 +8,18 @@ pen = turtle.Pen()
# 请创造师在下面接着创作
a=1
for i in range(0,500,2):
for i in range(0,5000,4):
pen.forward(i)
pen.right(95)
pen.right(85)
pen.color('red')
pen.forward(i+1)
pen.right(85)
pen.color('orange')
pen.forward(i+3)
pen.right(85)
pen.color('yellow')
pen.forward(i+4)
pen.right(85)
pen.color('green')
pen.hideturtle()
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