Commit 64946c0e by BellCodeEditor

save project

parent 45735d8e
Showing with 3 additions and 2 deletions
......@@ -7,8 +7,8 @@ Pen.forward
Pen.shape("turtle")
Pen.fillcolcor("red")
Pen.begin_fill()
for i in range(5):
for i in range(15):
Pen.forward(300)
Pen.left(144)
Pen.left(30)
turtle.done()
Pen.end_fill()
\ 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