Commit f92278a5 by BellCodeEditor

save project

parent cc5fb48a
Showing with 5 additions and 4 deletions
......@@ -7,12 +7,13 @@ screen=turtle.Screen()
screen.bgcolor("pink")
pen.fillcolor("skyblue")
pen.begin_fill()
len=60
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.circle(len,180)
pen.forward(2*len)
pen.end_fill()
pen.penup()
......
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