Commit dd28c585 by BellCodeEditor

save project

parent 63a3e530
Showing with 6 additions and 5 deletions
......@@ -6,11 +6,11 @@ import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
i=1
for j in range(300):
c=["red","orange","yellow","green"]
for i in range(900):
pen.forward(i)
pen.left(90.1)
pen.speed(1000)
i=i+1
pen.left(91)
pen.pencolor(c[i%4])
pen.speed(100000)
pen.hideturtle()
turtle.done()
\ No newline at end of file
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