Commit 851be850 by BellCodeEditor

auto save

parent ca732857
Showing with 7 additions and 5 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("yellow")
pen.shape("circle")
pen.fillcolor("red")
pen.begin_fill()
for i in range(10):
pen.forward(200)
pen.right(144)
for i in range(72):
pen.forward(3.1415926535897932)
pen.right(5)
pen.end_fill()
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