Commit 4098879e by BellCodeEditor

auto save

parent 94ec797f
Showing with 12 additions and 0 deletions
import turtle
import turtle
turtle.setup(1.0,1.0)
turtle.bgcolor("black")
turtle.speed(0)
list=["yellow","red","orange","blue"]
for i in range(300):
turtle.pencolor(list[i%4])
turtle.forward(i)
turtle.right(91)
turtle.hideturtle()
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