Commit 0a06206f by BellCodeEditor

save project

parent e38525a5
Showing with 5 additions and 4 deletions
import turtle
len=60
a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
a.left(45)
a.forward(100)
a.circle(50,180)
a.forward(2*len)
a.circle(len,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.circle(len,180)
a.forward(2*len)
a.end_fill()
a.penup()
a.goto(0,-100)
......
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