c1 = circle(r=148,fill="black")
r1 = rectangle (w=210,h=210,fill=" Dark Red", stroke=" Dark Red") | repeat (10,rotate(50))
r2 = rectangle (w=195,h=195,fill="red", stroke="red")|rotate(15) | repeat (10,rotate(50))
r3 = rectangle (w=180,h=180,fill="orange", stroke="orange")|rotate(0) | repeat (10,rotate(50))
r4 = rectangle (w=162,h=162,fill="yellow", stroke="yellow")|rotate(15) | repeat (10,rotate(50))
c2 = circle(r=105,fill=" green",stroke="green",stroke_width=3)
r5 = rectangle (w=145,h=145,fill="yellow", stroke="yellow") | repeat (5,rotate(60))
r6 = rectangle (w=145,h=145,fill="red", stroke="red")|rotate(15) | repeat (5,rotate(60))
r7 = rectangle (w=110,h=110,fill="orange", stroke="orange")|rotate(0) | repeat (5,rotate(60))
r8 = rectangle (w=90,h=90,fill="yellow", stroke="yellow")|rotate(15) | repeat (5,rotate(60))
c3 = circle(r=50,fill="yellow",stroke="black",stroke_width=2)
s2 = circle (x=0,y=24, r=24, fill = color(r=10,g=10,b=0,a=0.2))
c9=circle(r=5,fill="red")
c3=circle(r=5,fill="green")|translate(x=80)|repeat(12,rotate(30))
c1=circle(r=3,fill="red")|translate(x=60)|repeat(12,rotate(30))
c2=circle(r=2,fill="red")|translate(x=35)|repeat(12,rotate(40))
c5=circle(r=1,fill="green")
show (s1,s2,s3,s4,s5,s6,s7)
e5=ellipse(w=15,h=15,x=0,y=15,fill="red") | repeat(7, rotate(51.4))