Pookkalam by Nevin Benedict

Code

c = circle(r=100,fill="yellow",stroke="yellow ") 

show(c)
c2 = circle( r=10, fill=" red", stroke="red") 
show(c2)