NumPy - Indexing and Slicing
You have a numpy array
arr = np.array([0, 1, 2, 3, 4, 5]). How can you use boolean indexing to select only the even numbers?