Commit 4b505ad5 by BellCodeEditor

auto save

parent 5e157a96
Showing with 4 additions and 2 deletions
...@@ -6,9 +6,10 @@ import turtle ...@@ -6,9 +6,10 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
colors=["red","orange","pink","green"] colors=["red","orange","pink","green"]
turtle.bgcolor("black") turtle.bgcolor("black")
for i in range(100): for i in range(1000):
pen.forward(i) pen.forward(i)
pen.right(91) pen.speed(10000000000000000000)
pen.right(121)
pen.color(colors[i%4]) pen.color(colors[i%4])
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