Pookkalam by Josna M Alexander

Code

c = circle(r=126,fill="yellow",stroke="white")
c1=circle(r=5,fill="yellow",stroke="white")
c2=circle(r=15,fill="red",stroke="orange")
c3=circle(r=30,fill="green",stroke="orange")
c4=circle(r=60,fill="yellow",stroke="maroon")
c5=circle(r=120,fill="red",stroke="white")
c6=circle(r=140,fill="green",stroke="white")
c7=circle(x=25,y=75,r=50,fill="green",stroke="red") | repeat(8,rotate(50))
pookalam=c+c7+c4+c3+c2+c1


show(pookalam)