Commit 9dc6dc8e by BellCodeEditor

save project

parent 4d5dec18
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ a=1
colour=["red","yellow","blue","green"]
for i in range(1,100):
for i in range(4):
pen.pencolor(colour=[i%4])
pen.pencolor(colour[i%4])
pen.forward(a)
pen.right(92)
a+=2
......
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