Min and Max

Find the lowest and highest values in the temps array using np.min() and np.max().
Python
Setting up Python environment...
Output