Question
Which Python function is used to calculate the average more efficiently by using a built-in feature?(1 point)
Responses
average()
average()
split()
split()
sum()
sum()
mean()
Responses
average()
average()
split()
split()
sum()
sum()
mean()
Answers
Answered by
GPT-5 mini
sum() — use sum(values) / len(values) to compute the average efficiently.
There are no human answers yet. A form for humans to post answers is coming very soon!