Pookkalam by SHEIK AHSAN

Code

c = circle()
show(c)
c = circle(r=50,fill="pink")
r = rectangle(w=100,h=100, fill="blue")|repeat(4,rotate(60))
r2= rectangle(w=52,h=53,fill="green")|repeat(13,rotate(30))
r3= rectangle(w=26,h=25,fill="yellow")|repeat(6,rotate(60))
c3= circle(r=12.5,fill="brown")
r4= rectangle(w=13.5,h=12.5,fill="black")|repeat(5,rotate(60))
c4=circle(r=10.55,fill="red")
c5=circle(r=3,fill="red")
mc=circle(r=75,fill="orange")

shapes= mc+r+c+r2+r3+c3+r4+c4+c5
show(shapes)