Pookkalam by Nancy

Code

c = rectangle(x=0,y=0,w=140,h=140,fill="red")|repeat(40,rotate(-7))
c1= rectangle(x=0,y=0,w=200,h=200,fill="pink")|repeat(40,rotate(7))
c2=circle(r=142,fill="red")
c3=ellipse(w=310,h=40,fill="yellow")|repeat(60,rotate(6))
c4=circle(r=65,fill="pink")
c5=circle(r=20,fill="yellow")
c6=ellipse(w=130,h=20)|repeat(60,rotate(6))
c7=circle(r=10,fill="red")
show(c3,c2,c1,c,c4,c6,c5,c7)