c1 = circle(r=100) c2 = circle(r=150) show(c1,c2) shape = circle(x=50, y=0, r=50) | repeat(6, rotate(60)) show(shape)