You are viewing a single comment's thread. Return to all comments →
a = int(input()) b = int(input()) print("%d\n%d\n%d"%(a+b,a-b,a*b))
Is there any difference in terms of performance?
Arithmetic Operators
You are viewing a single comment's thread. Return to all comments →
Is there any difference in terms of performance?