e1=ellipse(x=5,y=0,w=10,h=4,fill="yellow") s2=e1|repeat (6,rotate(60)) c1=circle(r=100,fill=" yellow",stroke_width=25,stroke="blue") c = circle(x=20,y=0,r=10,fill="orange",stroke="red",stroke_width=3) p1=point(x=30,y=0) p2=point(x=30,y=10) p3=point(x=20,y=20) e=polygon([p1,p2,p3],fill="yellow",stroke="green") s1=c+e|repeat(6,rotate(60)) show(c1,s1,s2)