Pookkalam by Mohammed Sinan Sha

Code

c1 = circle(r=120, stroke_width=(26), stroke="#AA1428") + circle(r=94, stroke_width=(26), stroke="#E7E7E7") + circle(r=68, stroke_width=(26), stroke="#AA1428") + circle(r=56, stroke="none", fill="#000042")
p1a = point(x=0,y=0)
p1 = point(x=30,y=25)
p2 = point(x=100,y=0)
p3 = point(x=30,y=-25)
p4 = point(x=-30,y=25)
p5 = point(x=-100,y=0)
p6 = point(x=-30,y=-25)

star = polygon([p1a,p1,p2,p3],fill="#E7E7E7", stroke="#ffffff", stroke_width=(4)) | scale(0.53) | repeat(5,rotate(72)) | rotate(17)
show(c1, star)