What statement must occur before this line of code?

numpy.average (scores)

A numpy module import statement must occur before the line of code in order to use the numpy.average() function.