Commit 92c08f2a by BellCodeEditor

save project

parent c37589d7
Showing with 17 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pencolor("red")
pen.shape("turtle")
pen.speed(10)
pen.pensize(5)
pen.fillcolor("red")
pen.begin_fill()
pen.left(45)
pen.fd(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.fd(100)
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