shape = circle(x=50, y=0, r=50, fill = "red", stroke = "white", stroke_width = 5) | repeat(6, rotate(60)) shape1 = circle(x=25, y=0, r=25, fill = "yellow", stroke = "white", stroke_width = 5) | repeat(6, rotate(60)) show(shape, shape1)