c1 = circle(r=10,fill="blue") c2 = circle(r=15,fill="#745c97") c3=circle(r=30,fill="yellow") c4=circle(r=35,fill="white") c5=circle(r=70,fill="green") c6=circle(r=140,fill="red") e1=ellipse(h=15,w=30,x=15,y=0,fill='green') | repeat(12,rotate(36)) e2=ellipse(h=30,w=60,x=35,y=0,fill='pink') | repeat(12,rotate(36)) e3=ellipse(h=60,w=120,x=70,y=0,fill='blue') | repeat(12,rotate(36)) show(c6,e3,c5,e2,c4,c3,e1,c2,c1)