Arithmetic Operators

  • + 0 comments

    a,b=int(input().strip()),int(input().strip()) print(a+b,"\n',a-b,"\n",a*b)