NumPy - Array Manipulation
Given a 3D NumPy array
arr with shape (2, 3, 4), which transpose() call will reorder the axes so that the second axis is first, the third axis is second, and the first axis is last?