Question
What will this line of code do?
numpy.sum(item_prices)
(1 point)
Responses
create a variable called item_prices to hold the sum
create a variable called item_prices to hold the sum
add together the values in an array called item_prices
add together the values in an array called item_prices
add the variable sum to the array called item_prices
add the variable sum to the array called item_prices
add the variable item_prices to the sum
numpy.sum(item_prices)
(1 point)
Responses
create a variable called item_prices to hold the sum
create a variable called item_prices to hold the sum
add together the values in an array called item_prices
add together the values in an array called item_prices
add the variable sum to the array called item_prices
add the variable sum to the array called item_prices
add the variable item_prices to the sum
Answers
There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.