Arithmetic Operators

  • + 0 comments
    print("{}\n{}\n{}".format(a+b,a-b,a*b))