from math import * from turtle import * color("orange") pensize(2) ht() speed(10) pu(),goto(-67.5,-62),pd() circle(62) for i in range(6): rt(60) pu() goto(-67.5,0) fd(35) pd() circle(20) pu(),goto(72.5,-58),pd() circle(58) for i in range(5): rt(72) pu(),goto(72.5,0),fd(30),pd() circle(21)