Commit 598671ce by BellCodeEditor

save project

parent 3fba63f4
Showing with 7 additions and 4 deletions
import turtle
p = turtle.Pen()
p.left(45)
p.forward(200)
p.circle(100,180)
p.begin_fill()
p.forward(150)
p.circle(75,180)
p.right(90)
p.circle(100,180)
p.forward(200)
p.circle(75,180)
p.forward(150)
p.end_fill()
turtle.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