Pookkalam by Ardra Vinod

Code

r1= rectangle(w=160, h=160, fill = "green", stroke_width = 0) | repeat(9, rotate(10))
c= circle(r=70,fill="white")
r2= rectangle(w=70, h=70, fill = "yellow", stroke_width = 0) | repeat(9, rotate(10))
show(r1,c,r2)