Code
c1 = circle(r=150,stroke="blue",fill="red")
show(c1)
c2 = circle(r=140,stroke="yellow",fill="blue")
show (c2)
r2 = rectangle (w=180,h=180,fill="yellow ") |repeat (36, rotate (10))
show (r2)
c3 = circle(r=95,fill="white")
show (c3)
c4 = circle(r=85,fill="green ")
show (c4)
c5 = circle(r=75,fill=" orange")
show (c5)
c6 = circle (x=50,y=50, r=15, fill="blue") |repeat (10, rotate (45))
show (c6)
c7 = circle(r=50,fill="white")
show(c7)
r3 = rectangle(w=30,h=30,fill="red")|repeat (36,rotate (10))
show (r3)