How do you find the total of all the elements of the list?

28. How do you find the total of all the elements of the list?

  1. total() function
  2. sum() function
  3. aggregate() function
  4. sum_total function

Answer: B) sum() function

Explanation:

The sum() function will help you to find out the sum of all the elements in the list.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.