Commit 08693e55 by BellCodeEditor

auto save

parent 19887298
Showing with 2 additions and 2 deletions
......@@ -4,10 +4,10 @@ Pen.shape("turtle")
Pen.fillcolor("red")
Pen.begin_fill()
Pen.left(180)
Pen.forward(300)
Pen.forward(200)
Pen.left(180)
for i in range(36):
Pen.forward(600)
Pen.forward(400)
Pen.left(170)
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