Use Turtle Graphics to draw a Mickey Mouse head as shown in the following image:
- The face is blue and the ears are red.
- The radius of the blue circle (face) is two times the radius of the red circles (ears).
- The position of the ears in your solution does not have to 'exactly' match the position of the ears in the above image; however, the ears and the face circles should not intersect too much or be too far apart.
Save your program in a file called mickey.py and use the following link to submit your file.