Pookkalam by Jose Paul

Code

p1=point(x=-150,y=-150)
p2=point(x=-150,y=150)
p3=point(x=150,y=150)
p4=point(x=150,y=-150)
bg=polygon([p1,p2,p3,p4],fill="white")
co = circle(r=67)
c = circle(r=65,stroke_width=7,stroke="gold")
r=circle(fill="white",r=61)
cr=rectangle(fill="gold",w=25/2,h=25,x=69,y=0)
st=rectangle(fill="black",w=70,h=125,x=0,y=69)|repeat(2,translate(y=-137))
d=rectangle(fill="silver",w=3,h=11,x=0,y=53)|repeat(12,rotate(30))
cd=circle(r=1)
m=line(x1=0,y1=0,x2=36,y2=22)
h=line(x1=0,y1=0,x2=-26,y2=12)
cro=line(x1=68,y1=9,x2=73,y2=9)|repeat(7,translate(y=-3))
show(bg,st,cr,c,r,co,d,cd,m,h,cro)