c1 = circle(r=10,fill="green",stroke="green") c2 = circle(r=15,fill="yellow",stroke="yellow") c3 = circle(r=30,fill="red",stroke="red") c4 = ellipse(w=200,h=30,fill="orange",stroke="orange")|repeat(60,rotate(6)) c5 = circle(r=90,fill="purple",stroke="purple") c6 = ellipse(w=200,h=50,fill="yelow",stroke="yellow")|repeat(8,rotate(50)) c7= circle(r=100,fill="green",stroke="green") c8 = ellipse(w=100,h=10,fill="orange",stroke="orange")|repeat(8,rotate(50)) show(c4,c5,c6,c3,c8,c2,c1)