Commit 469f9db5 by BellCodeEditor

save project

parent a50ceeec
Showing with 30 additions and 0 deletions
import turtle
a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
a.left(135)
a.forward(200)
a.circle(-100,180)
a.left(90)
a.circle(-100,180)
a.forward(200)
a.left(135)
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