Pookkalam by Neha Susan Manoj

Code

c1 = ellipse(w=180,h=10,fill="red",stroke ="yellow",stroke_width = 1.5) | repeat(50,rotate(7))
c2=circle(r=110,fill="brown", stroke="yellow",stroke_width = 2)
c3=circle(r=130,fill="red",stroke="red")
c4 = rectangle(w=90,h=90,fill="red")| repeat(20,rotate(20) | scale(0.9))
c5 = rectangle(w=200,h=200,fill="brown")| repeat(20,rotate(20))
c6 =circle(r=150,fill="yellow",stroke="yellow")
show(c6,c5,c3,c2,c1,c4)