Pookkalam by Maria Joy

Code

c = circle(r=145,fill="indigo",stroke="yellow",stroke_width=8)
c1 = rectangle(w=200,h=200,fill="red")| repeat(30,rotate(5))
c6 = rectangle(w=180,h=180,fill="orange",stroke="green")| repeat(20,rotate(5))
c7=ellipse(w=180,h=10,stroke="yellow",stroke_width=2)|repeat(40,rotate(5))
c8=circle(r=90,fill="indigo")
c2=circle(r=25,fill="red")
c3=circle(r=15,fill="purple")
c4=circle(r=5,fill="green")
show(c,c1,c6,c8,c7,c2,c3,c4)