Pookkalam by Pooja vijayan A

Code

r1=rectangle(w=100,h=25,fill="white")
c1=circle(r=125,fill="red",stroke="none")
petal = ellipse(x=0,y=10,w=10,h=20,fill="cyan")
flower=petal | repeat(12,rotate(30))
flower_link = flower | translate(x=30,y=30) | repeat(8,rotate(45))
e1 = flower_link | repeat(3,scale(1.5))
c2=circle(r=55,fill="red")
c3=circle(r=45,fill="orange")
c4=circle(r=30,fill="blue")
c5=circle(r=20,fill="indigo")
c6=circle(r=10,fill="white")



show(c1,e1,c2,c3,c4,c5,c6,)