e1 =ellipse(w=250,h=30,fill="orange",stroke="black")|repeat(100,rotate(7)) c6=circle(x=50,y=0,r=50,fill="orange",stroke="black") c5=circle(x=0,y=50,r=50,fill="yellow",stroke="black") c4 = circle(x=-50, y=0, r=50,fill="orange",stroke="black") c3= circle(x=0, y=-50, r=50,fill="yellow",stroke="black") c2=circle(r=100,fill="red",stroke="red") c7=circle(r=20,fill="red") c8=circle(r=10,fill="yellow") show(e1,c2,c3,c4,c5,c6,c7,c8,)