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

38. How do you find the total of all the elements of the tuple?

  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 tuple.

Comments and Discussions!

Load comments ↻






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