Pookkalam by Aysha C M

Code

c1 =ellipse(w=290,h=50,stroke_width =3,stroke ='black',fill='yellow') | repeat(50,rotate (8))
c2 =ellipse(w=270,h=50,fill='red',stroke='black',stroke_width =2)|repeat(50,rotate(12))
c3=circle(r=100,fill='yellow')

c4 = circle(r=52,fill='brown')
c5= circle(r=60,fill='red')
c6= circle(r=68,fill='black')

c7=circle(r=45,fill='orange')
c8=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))
c9=circle(x=0,y=0,r=10,fill='red')
show(c1,c2,c3,c6,c5,c4,c7,c8,d,c9)