Q:

Accept two numbers from the user and calculate multiplication

0

Accept two numbers from the user and calculate multiplication

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

num1 = int(input("Enter first number "))
num2 = int(input("Enter second number "))

res = num1 + num2
print("Sum is", res)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now