The array sales contains monthly sales figures for this year…
The array sales contains monthly sales figures for this year, and the array months contains the names of the 12 months (January, February, etc). Both arrays contain 12 values. What is the functional difference between the expressions np.max(sales) and sales.max()?