Commit e7ece387 by BellCodeEditor

save project

parent 3053584f
Showing with 6 additions and 2 deletions
...@@ -3,10 +3,13 @@ ...@@ -3,10 +3,13 @@
""" """
import turtle import turtle
pon=turtle.Pen() pon=turtle.Pen()
pon.fillcolor("red")
pon.begin_fill()
for i in range(5): for i in range(5):
pon.forward(200) pon.forward(200)
pon.left(144) pon.left(144)
pon.hideturtle() pon.hideturtle()
pon.end_fill()
turtle.done() turtle.done()
\ 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