Commit 1224438a by BellCodeEditor

save project

parent 5ee0e5b4
Showing with 5 additions and 3 deletions
......@@ -5,9 +5,11 @@ import turtle
pen = turtle.Pen()
pen.fillcolock("red")
pen.begin fll()
pen.begin_fill()
turtle.done()
for i in range(5):
pen.forward(200)
pen.right(144)
pen.hideturtle()
\ No newline at end of file
pen.hideturtle()
pen.end_fill()
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