Pookkalam by Neha Ajith

Code

c = circle(fill="orange",stroke="none")
c1 = circle(r=50,fill="#FF4500",stroke="none")
c2 = circle(r=25,x=-50,y=55,fill="#566837",stroke="none")
c3 = circle(r=25,x=50,y=55,fill="#566837",stroke="none")
c4 = circle(r=25,x=-50,y=-55,fill="#566837",stroke="none")
c5 = circle(r=25,x=50,y=-55,fill="#566837",stroke="none")
c6 = circle(r=25,x=75,fill="#566837",stroke="none")
c7 = circle(r=25,x=-75,fill="#566837",stroke="none")
c8 = circle(r=25,y=75,fill="#566837",stroke="none")
c9 = circle(r=25,y=-75,fill="#566837",stroke="none")
c10 = circle(r=30,fill="#761819",stroke="none")
c11 = circle(r=10,fill="#FF4500",stroke="none")
show(c,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11)