Pookkalam by Nihala Basheer K C

Code

c1= circle(r=150, fill= "yellow",stroke = "red")
c2 = circle(r=100, fill="blue", stroke="green")
c3 = circle(r=50, fill="red", stroke="blue")
show(c1, c2, c3)