NumPy - Indexing and Slicing
You have a 3D NumPy array
arr with shape (4, 3, 2). How would you index to get all elements from the second row of every 2D slice?