Answer to Question #332289 in Python for Srikanth Naddunuri

Question #332289

write a program to print the product of given two numbers.



Input the first line of input will contain and integer.



the second line of input will contain an integer.

1
Expert's answer
2022-04-22T13:30:34-0400
a = int(input('enter the first integer number: '))
b = int(input('enter the second integer number: '))
print(a * b)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS