from math import * from turtle import * color("orange") pensize(2) ht() pu(),goto(80,-42),pd() circle(42) for i in range(2): rt(180) pu(),goto(80,0),fd(5),pd() circle(20) pu(),goto(-60,-55),pd() circle(55) for i in range(3): rt(120) pu(),goto(-60,0),fd(13),pd() circle(25)