c = circle(fill="red",stroke="none") c2= circle(r=120,fill="yellow",stroke="none") e1=ellipse (h=50,w=100,fill="yellow") r1=rectangle (h=25,w=195,fill="white",stroke="none") r2=r1 |rotate(90) show(e1) e2=e1 |rotate(30) e3=e2 |rotate(30) e4=e3 |rotate(30) e5=e4 |rotate(30) e6=e5 |rotate(30) e7=ellipse (h=50,w=100,fill="yellow",stroke="none") show(c2) show(c) show(e2) show(e3) show(e4) show(e5) show(e6) show(e7) show(r1) show(r2)