from math import * from turtle import * speed(10) ht() pensize(2) color("blue") pu(),goto(-1,-80),pd() circle(76) pu(),goto(10,40) for i in range(12): rt(30) pu(),fd(22.75),pd() circle(15) for i in range(6): rt(60) pu(),goto(-1.5,-4),fd(26.5),pd() circle(15) pu(),goto(-1.5,-17.5),pd() circle(15)