Commit d8169e8f by BellCodeEditor

save project

parent ce7fce24
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ screen=turtle.Screen() ...@@ -4,7 +4,7 @@ screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
color=["blue","red","green","yellow"] color=["blue","red","green","yellow"]
pen.hideturtle() pen.hideturtle()
for i in range(1,50,4): for i in range(1,50):
pen.pencolor(color[i%4]) pen.pencolor(color[i%4])
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
......
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