Commit 81cea593 by BellCodeEditor

save project

parent 60117346
Showing with 3 additions and 0 deletions
......@@ -7,9 +7,11 @@ c=turtle.Screen()
c.bgcolor("black")
b=turtle.Pen()
b.speed(0)
turtle.delay(-10)
colors=["green","red","orange","yellow"]
for i in range(1,300):
b.color(colors[i%4])
b.forward(i)
b.right(91)
b.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