Write a python program that prompt the user for two numbers read them in and print out the product labelled
a=int(input("enter first number : ")) b=int(input("enter second number : ")) print("sum of",a, "and",b,"is",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