Commit b87cfc4c by BellCodeEditor

save project

parent 6f3e6894
Showing with 1 additions and 0 deletions
......@@ -3,6 +3,7 @@ t.speed(0)
colors = ['pink','blue','white','orange']
t.bgcolor('black')
for i in range(1,900):
t.pencolor(colors[i%4])
t.forward(i)
t.right(91)
t.hideturtle()
......
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