NumPy - Array Data Types
Given a numpy array
data = np.array([5, 10, 15, 20, 25]), how can you use a boolean mask to select only values greater than 12 and less than 22?