Pookkalam by Fathima.k

Code

c1 = circle(r=147, fill="red", stroke="black", stroke_width=5)

fill = color(r=0, g=0, b=0, a=0.6)
r1 = rectangle(w=205, h=205, fill=fill) | repeat(9, rotate(10))

c2=circle(r=100, fill="red", stroke="none")

fill = color(r=255, g=215, b=0, a=0.7)
e1 = ellipse(w=170, h=100, fill=fill, stroke="none") | repeat(4, rotate(45))

fill = color(r=255, g=34, b=38, a=0.4)
c3 = circle(x=25, y=0, r=30, fill=fill, stroke="none") | repeat(12, rotate(30))
show(c1, r1, c2, e1, c3)