write a program to print the product of given two numbers.
a = int(input("Enter the first number: ")) b = int(input("Enter the second number: ")) print("The product of given two numbers: " + str(a * b))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment