Python program calculate the product, multiplying all the numbers of a given tuple.

Write a Python program calculate the product, multiplying all the numbers of a given tuple.
Original Tuple:
(4, 3, 2, 2, -1, 18)
Total : 0 Discussion
Login