NumPy - Indexing and Slicing
You have a 2D numpy array
data of shape (4, 5). How would you extract the element in the last row and last column using indexing?