Computer Science, asked by sapna514673, 10 months ago

wap to print the product of three number​

Answers

Answered by alishag1
0

Answer:

..........????? ...........

Answered by gaganadithyareddy9
0

Answer:

Hey! Here is your python code...

x = int(input("Enter a number: "))

z = int(input("Enter a number: "))

y = int(input("Enter a number: "))

print("Product of numbers = ", x*y*z)

# HOPE THIS HELPS!!

Similar questions