c = circle(x=0 , y=0 , r=80 , fill='red') c1 = circle(x=0,y=-40 , r= 40, fill='blue') c2 = circle(x=0, y=-20,r=60 , fill='yellow') show(c,c2,c1)