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