Commit 2faf2272 by BellCodeEditor

save project

parent 80bf45a0
Showing with 3 additions and 1 deletions
import turtle
turtle.speed(0)
for i in range(3,200):
colors=["red","skyblue","orange","yellow"]
for i in range(3,20000000):
turtle.color(color[i%4])
turtle.forward(i)
turtle.right(91)
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