Commit 9ad3a27b by BellCodeEditor

save project

parent 258e59ab
Showing with 6 additions and 5 deletions
......@@ -9,14 +9,15 @@ screen = turtle.Screen()
screen.bgcolor("pink")
pen.pensize(5)
pen.pencolor("skyblue")
pen.fillcolor("lightyellow")
pen.fillcolor("lightgreen")
pen.begin_fill()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
len = 25
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