NumPy - Indexing and Slicing
You have a 3D numpy array
data with shape (4, 3, 2). How do you access the single element in the 4th block, 2nd row, and 1st column?