You are viewing a single comment's thread. Return to all comments →
if name == 'main': a = int(input()) b = int(input()) res = a ++ b res1 = a - b res2 = a * b print(res) print(res1) print(res2)
Arithmetic Operators
You are viewing a single comment's thread. Return to all comments →
if name == 'main': a = int(input()) b = int(input()) res = a ++ b res1 = a - b res2 = a * b print(res) print(res1) print(res2)