from turtle import*
fillcolor("white")
bgcolor("blue")
speed(0)
rt(200)
begin_fill()
fd(15)
circle(30, 180)
fd(15)
lt(50)
fd(40)
lt(35)
fd(40)
lt(115)
fd(35)
end_fill()
pu()
fd(30)
