Pookkalam by Gautam Krishna R S

Code

r1 = rectangle(w=225,h=50,fill="white")
c1 = circle(r=75,fill="yellow",stroke="none")
petal = ellipse(x=0,y=4,w=4,h=4,fill="red")
c2 = circle(r=125,fill="red",stroke="none")
c3 = circle(r=150,fill="blue",stroke="none") 
c4 = circle(r=175,fill="red",stroke="none")
c5 = circle(r=200,fill="green",stroke="none")
flower= petal | repeat(30,rotate(20))
flower_link = flower | translate(x=30,y=30) | repeat (100,rotate(250))
e1 = flower_link | repeat(2,scale(1.5))
show(c1,e1)