Commit 597cd6bf by BellCodeEditor

auto save

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