What statement must occur before this line of code?
numpy.average (scores)
1 answer
A numpy module import statement must occur before the line of code in order to use the numpy.average() function.
numpy.average (scores)
1 answer