Arithmetic Operators

  • + 0 comments

    print(str(a+b) + "\n" + str(a-b) + "\n" + str(a*b))