write a PYTHON program for accenting five numbers from the user and show their product on the screen (class 9 level please)
Answers
Answered by
7
Answer:
Explanation:
num1=(int(input("Enter number 1:")))
num2=(int(input("Enter number 2:")))
num3=(int(input("Enter number 3:")))
num4=(int(input("Enter number 4:")))
num5=(int(input("Enter number 5:")))
product=num1*num2*num3*num4*num5
print("Product of 5 inputed numbers is ", product)
Similar questions
Social Sciences,
1 month ago
Chemistry,
1 month ago
Math,
2 months ago
English,
2 months ago
Math,
9 months ago
Social Sciences,
9 months ago