Pookkalam by Adithyan S Philip

Code

c1 = circle(r=150, fill="green")
c2= circle(r=50,  fill="pink")
c3= circle(x= 100, y=0, r= 25, fill="yellow")
c4= circle(x=75, y=75, r=25, fill="yellow")
c5= circle(x=0, y=100, r=25, fill="yellow")
c6= circle(x=-75, y=75, r=25, fill="yellow")
c7= circle(x=-100, y=0, r=25, fill="yellow")
c8= circle(x=-75, y=-75, r=25, fill="yellow")
c9= circle(x=0, y=-100, r=25, fill="yellow")
c10= circle(x=75, y=-75, r=25, fill="yellow")
e1= ellipse(w= 300, )
e2= ellipse(w=100, h=300)
e3= ellipse(w=100, h=50, fill="orange")
e4= ellipse(w=50, h=100, fill="orange")

show(c1, c2, c3, c4, c5, c5,c6, c7, c8, c9, c10, e1, e2, e3, e4)