Code
c1 = circle(r=50,fill="green",stroke="green")
c2 = circle(r=40,fill="black",stroke="black")
c3 = circle(r=30,fill="green",stroke="green")
c4 =circle(r=20,fill="black",stroke="black")
c5 =circle(r=10,fill="green",stroke="green")
c6 =circle(r=3,fill="green",stroke="green")
c8 =ellipse(w=200,h=10,fill="rose",stroke="rose")|repeat(60,rotate(6))
c7 =ellipse(w=250,h=30,fill="black",stroke="black")|repeat(8,rotate(50))
c9 =ellipse(w=250,h=30,fill="green",stroke="green")|repeat(9,rotate(40))
c10 =ellipse(w=250,h=30,fill="black",stroke="black")|repeat(100,rotate(10))
show(c10,c9,c7,c8,c1,c2,c3,c4,c5,c6)