write a python program to print multiplication of two nos
Answers
Answered by
1
num_1 = int(input("Enter first number: "))
num_2 = int(input("Enter second number: "))
multi = num_1 * num_2
print("The multiplication is", multi)
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
Physics,
3 months ago
Geography,
8 months ago
Math,
8 months ago
Business Studies,
1 year ago
English,
1 year ago