Pookkalam by Ardra

Code

c1=circle(r=50,fill="pink",a=0.5)
c2=innerCircle1 = circle(r=20,fill="yellow")
c3=innerCircle2 = circle(r=15,fill="voilet")
c4=innerCircle3 = circle(r=10,fill="green")


c5=innerCircle4 = circle(r=5,fill="orange")

c6=rectangle (w=200,h=200,fill="red",stroke="yellow",stroke_widtg=3)|repeat(200,rotate(100))
c7=circle(r=150,fill="green",stroke="green")
c8=circle(r=155,fill="yellow",stroke="yellow")
c9=circle(r=160,fill="orange",stroke="orange")


show(c9,c8,c7,c6,c1,c2,c3,c4,c5)