NumPy - Indexing and Slicing
You have a numpy array
arr = np.array([10, 20, 30, 40, 50, 60]). How do you extract the last three elements using negative indexing?