NumPy - Broadcasting
You have a 3D array
A with shape (4,1,5) and a 2D array B with shape (1,3). You want to add them using broadcasting. What will be the shape of the result?