What will this line of code do?

numpy.average(quiz_scores)

This line of code will calculate the average or mean value of the quiz_scores array using the numpy library.