Commit 5a14e02f by BellCodeEditor

auto save

parent 2b7f31cb
Showing with 13 additions and 0 deletions
import turtle as tu
pen=tu.Pen()
pen.fillcolor('red')
pen.begin_fill()
pen.shape("turtle")
for i in range(180):
pen.forward(100)
pen.right(148)
pen.end_fill()
pen.hideturtle()
tu.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