Commit 0799e7b0 by BellCodeEditor

save project

parent 57df9af1
Showing with 4 additions and 2 deletions
......@@ -2,7 +2,9 @@ import turtle
Pen=turtle.Pen()
Pen.fillcolor("red")
pen.begin_fill()
for i in range(5):
for i in range(36):
Pen.forward(200)
Pen.left(15)
Pen.left(170)
Pen.end_fill
Pen.hideturtle()
Pen.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