Commit 94ff2386 by BellCodeEditor

auto save

parent 27172c2a
Showing with 3 additions and 3 deletions
...@@ -14,9 +14,9 @@ pen=turtle.Pen() ...@@ -14,9 +14,9 @@ pen=turtle.Pen()
pen.shape("turtle") pen.shape("turtle")
pen.begin_fill() pen.begin_fill()
pen.fillcolor("green") pen.fillcolor("green")
for i in range(5): for i in range(200):
pen.forward(500) pen.forward(i)
pen.right(144) pen.left(90)
pen.hideturtle() pen.hideturtle()
pen.end_fill() pen.end_fill()
turtle.done() turtle.done()
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