c = circle(r=80,fill="orange") r = rectangle(w=150,h=150, fill="blue")|repeat(5,rotate(60)) r2= rectangle(w=65,h=55,fill="maroon")|repeat(12,rotate(30)) r3= rectangle(w=25,h=25,fill="yellow")|repeat(5,rotate(60)) c3= circle(r=20,fill="yellow") r4= rectangle(w=12.5,h=25,fill="red")|repeat(5,rotate(60)) c4=circle(r=6.25,fill="yellow") c5=circle(r=3,fill="red") mc=circle(r=106,fill="purple") shapes= mc+r+c+r2+r3+c3+r4+c4+c5 show(shapes)