Sum and Mean

Compute the total and average of the scores array using np.sum() and np.mean().
Python
Setting up Python environment...
Output