tuple contains two integers product

Write a code that takes a tuple of tuples, where each inner tuple contains two integers, and prints a tuple with the product of the two integers in each inner tuple.
((1, 2), (3, 4), (5, 6))
Total : 0 Discussion
Login