xxxxxxxxxx
c = circle()
d = circle(r=50)
doughnut = c+d
s = doughnut|scale(0.2)|translate(x=100)|repeat(12, rotate(30))
show(s)