Arithmetic Operators

  • + 0 comments

    print(a + b, a - b, a * b, sep="\n")