Commit 8b49a038 by BellCodeEditor

auto save

parent 08e2ba75
Showing with 2 additions and 1 deletions
...@@ -11,6 +11,6 @@ colors=["red","green","pink","orange"] ...@@ -11,6 +11,6 @@ colors=["red","green","pink","orange"]
for i in range(1,300): for i in range(1,300):
pen.color(colors[i%4]) pen.color(colors[i%4])
pen.forward(i) pen.forward(i)
pen.right(95) pen.right(100)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
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