Input of an integer value
Answers
Answered by
0
Answer:
PLS MARK THE BRAINLIEST
Explanation:
a = int(input("Enter an Integer: "))
b = int(input("Enter an Integer: "))
print("Sum of a and b:",a + b)
print("Multiplication of a and b:",a * b)
Similar questions