Commit ecff75aa by BellCodeEditor

auto save

parent d0c38c20
Showing with 12 additions and 12 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()
turtle.done()
\ No newline at end of file
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()
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