NumPy - Aggregation Functions
You have a 3D array
arr with shape (2, 3, 4). How would you sum all elements along the second axis (axis=1) and what will be the shape of the result?