Question: 1. Filename: assign3-5.py Write a Python program that reads the numbers from cmd, creates a tuple, and calculate the multiplication of all the numbers of

1. Filename: assign3-5.py Write a Python program that reads the numbers from cmd, creates a tuple, and calculate the multiplication of all the numbers of a given tuple. H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module3\assign3-5.py 4 3 2 2 10 Original Tuple: (4, 3, 2, 2, 10) Multiplication of all the numbers of the said tuple: 480 H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module3\assign3-5.py 5 1 2 Original Tuple: (5, 1, 2) Multiplication of all the numbers of the said tuple: 10 H:\>python C:\Users aslsabbaghpourhokma Documents\IT2431\Module3\assign3-5.py 10 3 2 4 Original Tuple: (10, 3, 2, 4) Multiplication of all the numbers of the said tuple: 240
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
