Pookkalam by Aaron Xavier

Code

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