Pookkalam by Megha G

Code

c1 = circle(0,0,125,fill="yellow") 
e1 = ellipse(0,0,250,200,fill="") | repeat(3,rotate(60)| scale(1))
z1 = point(104,0)
z2 = point(0,-100)
z3 = point(-104,0)
z4 = point(0,100)
c2 = circle(0,0,60,fill="red")
c3 = circle(0,0,25)
z = polygon([z1,z2,z3,z4],stroke="none",fill="green")|repeat(3,rotate(60) | scale(1))
e2 = ellipse(0,0,50,25) | repeat(3,rotate(60))
r = rectangle(30,30,10,10,fill="red") | repeat(12,rotate(30))
show(c1,e1,z,c2,c3,e2,r)