Computer Science, asked by true23, 1 month ago

Write a program to find the sum of all the elements of a tuple by using built-in program.​

Answers

Answered by aaruu1014
1

Answer:

first convert tulle into list .

flatten its each list element using map()

perform summation of each using sum()

and again employ sum() for overall summation of resultant list

Similar questions