Commit c4898dd6 by BellCodeEditor

save project

parent 8faec322
Showing with 4 additions and 2 deletions
......@@ -6,7 +6,8 @@ pen=turtle.Pen()
pen.fillcolor(ink)
pen.begin_fill()
for i in range(5):
pen.forward(3.1415926535897)
pen.forward(100)
pen.left(144)
pen.end_fill()
pen.end_fill()
pen.hideturtle()
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