Pookkalam by Irithika R

Code

c1= circle(r=70,fill="purple",stroke="none")
c2= circle(r=50,fill="white",stroke="none")
show(c1,c2)
shape = circle(x=50, y=0, r=50,stroke="green",stroke_width="7") | repeat(10, rotate(36))
show(shape)