c = circle(r = 30, fill = "green") c1 = circle(r = 40, fill = "yellow") c2 = circle(r = 50, fill = "red") show(c2,c1,c)