inner sum Tuple

Write a code that takes a tuple containing multiple tuples of integers and prints a new tuple with the sum of each inner tuple.
((1, 2), (3, 4), (5, 6))
Total : 0 Discussion
Login