from math import * from turtle import * ht() speed(10) color("orange") pensize(2) pu(),goto(-50,-62),pd() circle(62) pu(),goto(-50,-20),pd() circle(20) for i in range(6): rt(60) pu(),goto(-50,0),fd(35),pd() circle(20) pu(),goto(85,-38),pd() circle(38) for i in range(4): rt(90) pu(),goto(85,-1),fd(15),pd() circle(15)