Commit a6eba2dd by BellCodeEditor

auto save

parent 7f4316d7
Showing with 5 additions and 4 deletions
......@@ -22,10 +22,10 @@ pen=turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("light pink")
colors=["red","orange","yollow","green"]
for i in range(1300):
pen.color(colors[i%4])
pen.speed(10000000000000000000000)
for i in range(1,1300):
#pen.color(colors[i%4])
pen.forward(i)
pen.left(89)
pen.right(91)
pen.hideturtle()
turtle.down
\ 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