Pookkalam by Gopika Gopan

Code

r1= circle(r=80, fill = "black") | repeat(12, rotate(60))
c= circle(r=70,fill="red")
r2= rectangle(w=70, h=70, fill = "yellow", stroke_width = 0) | repeat(9, rotate(10))
c2= circle(r=40,fill="white")
show(r1,c,r2,c2)