Pookkalam by Umayya Nahan.AP

Code

petal=ellipse(w=100,h=300,fill='red')
flower=petal|repeat(12,rotate(40))
show(flower)
c = circle(r=135,fill='green',  stroke='indigo', stroke_width=6)
show(c)
r1=rectangle(w=190,h=190,fill='Yellow', stroke='orange')|repeat(20,rotate(50))
show(r1)
c1=circle(r=120,fill='green', stroke='orange', stroke_width=8)
show(c1)
c2 = circle(r=40,y=85,fill='orange',stroke='red',stroke_width=2)|repeat(12,rotate(40))
show(c2)
c3 = circle(r=35,y=75,fill='yellow',stroke='red',stroke_width=2)|repeat(12,rotate(40))
show(c3)
r2=rectangle(w=150,h=150,fill='green', stroke='green')|repeat(30,rotate(50))
show(r2)
c4=circle(r=90,fill='indigo')
show(c4)
r3=rectangle(w=11,h=188,fill='red')|repeat(40,rotate((50)))
show(r3)
c5=circle(r=80,fill='indigo')
show(c5)
c6=circle(r=75,fill='orange', stroke='indigo')
show(c6)
c7=circle(r=70,fill='yellow', stroke='orange')
show(c7)
c8 = circle(r=5,y=85,fill='green',stroke='red',stroke_width=2)|repeat(12,rotate(40))
show(c8)
c9= circle(r=3,y=75,fill='yellow',stroke='red',stroke_width=2)|repeat(12,rotate(40))
show(c9)