NumPy - Aggregation Functions
Given a 3D NumPy array
arr with shape (3, 4, 5), which code snippet correctly computes the product of elements along the second axis?