What will this line of code do?

numpy.average(theAverage)

(1 point)
Responses

find the average of all of the values in the array called average

find the average of all of the values in the array called average

find the average of all of the values in the array called theAverage

find the average of all of the values in the array called theAverage

raise an error because the variable name is too similar to the function name

raise an error because the variable name is too similar to the function name

raise an error because a second parameter is needed

raise an error because a second parameter is needed

find the average of all of the values in the array called theAverage