Pookkalam by ASWATHY B

Code

#first pookalam
c1=circle(r=50,x=0,y=50,fill="purple",stroke="none")
c2=circle(r=50,x=50,y=0,fill="purple",stroke="none")
c3=circle(r=50,x=0,y=-50,fill="purple",stroke="none")
c4=circle(r=50,x=-50,y=0,fill="purple",stroke="none")
c8=circle(r=110,x=0,y=0,fill="orange",stroke="none")
c5=circle(r=100,x=0,y=0,fill="yellow",stroke="none")
c6=circle(r=70,fill="yellow",stroke="none")
c7=circle(r=60,fill="orange",stroke="none")
c9=circle(r=10,x=0,y=50,fill="yellow",stroke="none")
c10=circle(r=10,x=0,y=-50,fill="yellow",stroke="none")
c11=circle(r=10,x=50,y=0,fill="yellow",stroke="none")
c12=circle(r=10,x=-50,y=0,fill="yellow",stroke="none")
c13=circle(r=40,fill="yellow",stroke="none")
show(c8,c5,c1,c2,c3,c4,c6,c7,c9,c10,c11,c12,c13)