Filter NumPy array

Filter the NumPy array using boolean indexing to keep all values greater than 75. Assign the resulting array to the variable filtered.
Python
Setting up Python environment...
Output