c = circle(r=40,fill="yellow")+circle(r=20,fill="black") c1 = c | translate(x=40,y=40) c2 = c | translate(x=40,y=-40) c3 = c | translate(x=-40,y=-40) c4 = c | translate(x=-40,y=40) s = circle(r=40,fill="red") s1 = circle(r=150,fill="green") show(s1,c1,c2,c3,c4,s)