Asked by Blue

What will this line of code do?
numpy.average(theAverage)
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
raise an error because the variable name is too similar to the function name
raise an error because a second parameter is needed

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions