Commit becd7425 by BellCodeEditor

save project

parent a50ceeec
Showing with 15 additions and 0 deletions
import turtle
a=60
w=turtle.Pen()
w.fillcolor("red")
w.begin_fill()
w.left(45)
w.forward(2*a)
w.circle(a,180)
w.right(90)
w.circle(a,180)
w.forward(2*a)
w.end_fill()
turtle.hideturtle()
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