import turtle a=turtle.Turtle() a.speed(0) a.fillcolor("light blue") a.begin_fill() a.circle(120) a.end_fill() a.fillcolor("white") a.begin_fill() a.circle(100) a.end_fill() a.penup() a.goto(25,175) a.fillcolor("white") a.begin_fill() a.pendown() a.circle(25) a.end_fill() a.penup() a.goto(25,185) a.pendown() a.fillcolor("black") a.penup() a.goto(15,185) a.pendown() a.begin_fill() a.circle(10) a.end_fill() a.penup() a.goto(-20,175) a.fillcolor("white") a.begin_fill() a.pendown() a.circle(25) a.end_fill() a.penup() a.goto(-20,185) a.pendown() a.fillcolor("black") a.penup() a.goto(-7,185) a.pendown() a.begin_fill() a.circle(10) a.end_fill() a.penup() a.goto(3,158) a.fillcolor("red") a.begin_fill() a.pendown() a.circle(13) a.end_fill() a.goto(3,158) a.right(90) a.forward(90) a.goto(-60,68) a.fillcolor("black") a.begin_fill() a.pendown() a.circle(60,180) a.end_fill() a.left(180) a.goto(-58,68) a.fillcolor("white") a.begin_fill() a.circle(58,180) a.end_fill() a.left(90) a.forward(120) a.penup() a.goto(23,140) a.pendown() a.right(155) a.forward(50) a.penup() a.goto(23,125) a.pendown() a.right(25) a.forward(50) a.penup() a.goto(23,105) a.pendown() a.right(25) a.forward(50) a.penup() a.goto(-23,140) a.pendown() a.right(175) a.forward(50) a.penup() a.goto(-23,125) a.pendown() a.left(20) a.forward(50) a.penup() a.goto(-23,105) a.pendown() a.left(15) a.forward(50) a.penup() a.goto(-60,15) a.left(10)