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