Commit 39829391 by BellCodeEditor

auto save

parent 07858a54
Showing with 16 additions and 0 deletions
import turtle
a=60
w=turtle.Pen()
w.pencolor("red")
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()
w.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