Pookkalam by Nikhil Kris

Code

c= circle(r=90,fill="green",stroke="none")
c1= circle(r=70,fill="yellow",stroke="none")
c2= circle(r=50,fill="indigo",stroke="none")
show(c,c1,c2)
shape = circle(x=50, y=0, r=50,stroke="yellow",stroke_width="7") | repeat(10, rotate(36))
show(shape)
c3= circle(r=10,fill="red",stroke="none")
show(c3)