Given two integers a and b, your task is to calculate and print the following four values:-
a+b
a-b
a*b
a/b using python
Expert's answer
print("------------------ My Little calculator ----------------")a=int(input('a='))b=int(input('b='))print("a+b="+str(a+b))print("a-b="+str(a-b))print("a*b="+str(a*b))print("a/b="+str(a/b))
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot