Update multiple NumPy array elements

Replace all elements in the array with a value smaller than 3 with 99.
Python
Setting up Python environment...
Output