Commit 64a6b882 by BellCodeEditor

auto save

parent ee0bbdda
Showing with 4 additions and 3 deletions
......@@ -6,12 +6,12 @@ import turtle
pen = turtle.Pen()
screen=turtle.Screen()
colors=["blue","orange","cyan","green"]
colors=["light blue","orange","cyan","green"]
screen.bgcolor("black")
for i in range(1,300):
pen.pencolor(colors[i%4])
pen.pencolor("red")
pen.forward(i)
i+=1
pen.right(91)
pen.right(111)
pen.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