What will this line of code do? numpy.average(quiz_scores)

create a variable called quiz_scores to hold the average
average an array called quiz scores
add the variable average to the array called quiz_scores
add the variable quiz scores to the average

1 answer

This line of code will calculate the average of the array called "quiz_scores" using the numpy library.
Similar Questions
  1. QuestionWhat will this line of code do? numpy.average(quiz_scores) (1 point) Responses create a variable called quiz_scores to
    1. answers icon 1 answer
  2. What will this line of code do?numpy.average(quiz_scores)
    1. answers icon 1 answer
  3. QuestionWhat will this line of code do? numpy.sum(item_prices) (1 point) Responses create a variable called item_prices to hold
    1. answers icon 1 answer
  4. QuestionWhat will this line of code do? numpy.sum(item_prices) (1 point) Responses create a variable called item_prices to hold
    1. answers icon 1 answer
more similar questions