Pookkalam by Archana P G

Code

c=circle(r=10,fill="#CA0909")
p1=point(x=25,y=70)
p2=point(x=-25,y=70)
p3=point(x=0,y=100)
p4=point(x=0,y=20)
s=polygon([p1,p4,p2,p3],fill="#FEDC04",stroke="#CA0909",stroke_width=3)|repeat(15,rotate(30))
c2=circle(r=40,fill="#123D0D")
r1=rectangle(w=186,h=186,fill="#FFFFFF",stroke="none")|repeat(10,rotate(10))
r2=rectangle(w=176,h=176,fill="#FEDC04",stroke="none")|rotate(16)|repeat(10,rotate(10))
r3=rectangle(w=164,h=164,fill="#FF6600",stroke="none")|rotate(22)|repeat(10,rotate(10))
r4=rectangle(w=154,h=154,fill="#9F1B1B",stroke="none")|rotate(28)|repeat(10,rotate(10))
r5=rectangle(w=142,h=142,fill="#123D0D",stroke="none")|rotate(34)|repeat(10,rotate(10))
r6=rectangle(w=215,h=215,fill="#630663",stroke="none")|repeat(200,rotate(100))
show(r6,r1,r2,r3,r4,r5,c2,s,c)