You are viewing a single comment's thread. Return to all comments →
if__name__=='main': a=int(input()) b=int(input()) c=a+b print(c) d=a-b print(d) e=a*b print(e)
Seems like cookies are disabled on this browser, please enable them to open this website
Arithmetic Operators
You are viewing a single comment's thread. Return to all comments →
if__name__=='main': a=int(input()) b=int(input()) c=a+b print(c) d=a-b print(d) e=a*b print(e)