Pookkalam by Agith gopi

Code

c = circle(r=60,fill="pink")
r = rectangle(w=100,h=100, fill="green")|repeat(20,rotate(10))
r2= rectangle(w=50,h=50,fill="white")|repeat(20,rotate(15))
c3= circle(r=70,fill="red")
r3= rectangle(w=25,h=25,fill="yellow")|repeat(5,rotate(60))
c3= circle(r=12.5,fill="brown")
r4= rectangle(w=12.5,h=12.5,fill="orange")|repeat(5,rotate(60))
c4=circle(r=6.25,fill="cyan")
c5=circle(r=3,fill="red")
mc=circle(r=72,fill="yellow")
r1 = rectangle(w=115,h=115, fill="orange")|repeat(20,rotate(10))
m1=circle(r=82,fill="white")
m2=circle(r=92,fill="yellow")

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