Commit 75d26117 by BellCodeEditor

save project

parent bb2be8b0
Showing with 15 additions and 0 deletions
import turtle
a = turtle.Pen()
a.pensize(3)
a.pencolor("red")
a.fillcolor("pink")
a.begin_fill()
a.left(135)
a.forward(100)
a.circle(-50,180)
a.left(90)
a.circle(-50,180)
a.forward(100)
a.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