Commit 185aaf73 by BellCodeEditor

save project

parent 0698d259
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@ screen.bgcolor('black')
color=['blue','yellow','light blue','light yellow']
distance=1
for j in range(1,300):
pen.color(color[j%4])
pen.pencolor(color[j%4])
pen.forward(distance)
distance+=1
pen.right(360/4+1)
......
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