xxxxxxxxxx
a = circle(r=100, fill="red")
b = rectangle(w=200, h=200, fill="blue")
shape = beside(a, b)
show(shape)