Commit d0c38c20 by BellCodeEditor

save project

parent c6125673
Showing with 3 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.speed(0)
colors=["green","red","orange","yellow","blue","black","pink","gray"]
for i in range(1,10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000):
pen.pencolor(colors[i%8])
pen.forward(i)
pen.right(91)
turtle.hideturtle()
......
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