Write a program in Python to find the product of two numbers x and y, where
x=15 and y=150.
Answers
Answered by
2
x = 15
y = 150
print("The product =", x*y)
Similar questions
English,
1 month ago
Social Sciences,
1 month ago
Math,
1 month ago
Accountancy,
2 months ago
Environmental Sciences,
2 months ago
Math,
9 months ago