Commit 94ff2386 by BellCodeEditor

auto save

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