Pookkalam by ASWATHY

Code

c5 =ellipse(w=290,h=50,stroke_width =3,stroke ='black',fill='brown') | repeat(50,rotate (8))
c0 =ellipse(w=270,h=50,fill='red',stroke='black',stroke_width =2)|repeat(50,rotate(12))
c1 = ellipse(w=240,h=50,fill='yellow',stroke='black',stroke_width=2) | repeat(16,rotate(15))
c2 = rectangle(w=135,h=135,fill='green',stroke='blue',stroke_width=3) | repeat(16,rotate(30)) 
c3=circle(r=100,fill='black')

c6 = circle(r=52,fill='brown')
c7= circle(r=60,fill='red')
c8= circle(r=68,fill='black')

z=line(x=0,y=10,stroke_width =3.5)|repeat (8,rotate(45))
c10=circle(r=45,fill='orange')
c11=circle(x=20,y=0,r=20,fill='purple')|repeat(6,rotate(60))
d=circle(x=0,y=0,r=20,fill='black') |repeat(60,rotate(20))
c12=circle(x=0,y=0,r=10,fill='red')
show(c5,c0,c1,c3,c2,c8,c7,c6,c10,z,c11,d,c12)