Pookkalam by Amritha Dileep Kumar

Code

c1= circle(r=140 ,fill ="Yellow")
c2 = circle(r=130 ,fill = "orange")
c3= circle(r=120 ,fill ="Firebrick")
c4= circle(r=110 ,fill ="Yellow")
show(c1,c2,c3,c4)
c5 = circle(r=100 , fill ="Maroon")
show(c5)
s1=ellipse(w=200,h=25,fill="LimeGreen")|repeat(10,rotate(135))
show(s1)
s2=circle(x=70,y=0,r=10,fill="Yellow") | repeat(38,rotate(10))
show(s2)
s3=circle(x=120,y=0,r=10,fill="OrangeRed") | repeat(38,rotate(10))
show(s3)
s4=circle(x=55,y=0,r=10,fill="LawnGreen") | repeat(38,rotate(10))
show(s4)
s5=circle(x=40,y=0,r=10,fill="Goldenrod") | repeat(35,rotate(10))
show(s5)
c6=circle(r=35 ,fill="Red", stroke="HotPink",stroke_width=5)
c7=circle(r=30 , stroke="Maroon",stroke_width=5)
c8=circle(r=25 , stroke="Maroon",stroke_width=5)
c9=circle(r=20 ,fill="Red", stroke="Maroon",stroke_width=5)
show(c6,c7,c8,c9)