Pookkalam by Krishnanand K

Code

s1= ellipse(fill="yellow",stroke="none")
s2= s1|rotate(45)
s3= s1|rotate(90)
s4= s1|rotate(135)
c3= circle(r=50,fill="orange",stroke="gold",stroke_width="6") 
c2= circle(r=90,fill="darkorange",stroke="none")
c1= circle(r=100,fill="yellow",stroke="none")
show(s1,s2,s3,s4,c1,c2,c3)
shape = circle(x=50, y=0, r=50,stroke="purple",stroke_width="6") | repeat(10, rotate(36))
show(shape)