Pookkalam by Fayas ahamed.F

Code

C=circle(r=150,fill="#FF0A0A")

c=circle(r=50,x=50,fill="#F5F500")+circle(r=25,x=75,fill="#000000")
c1=c|repeat(4,rotate(90))

c2=circle(r=25,fill="#FF0A0A")
cw=circle(r=35,fill="#FFFFFF")
c3=circle(r=12.5,fill="#F5F500",stroke_width=10)

c4=circle(r=100,fill="#FF0A0A")
c5=circle(r=10,x=125,fill="black",stroke="#F5F500",stroke_width=5)|repeat(36,rotate(10))

c6=circle(r=125,fill="#F5F500")

s=ellipse(w=300,h=50,fill="#000000")|repeat(36,rotate(10))
s1=ellipse(w=240,h=50,fill="#FFFFFF",stroke="none")|repeat(36,rotate(20))

show(C,s,c6,s1,c4,c1,cw,c2,c3,c5)