Arithmetic Operators

  • + 1 comment

    My code: if name == 'main': a = int(input()) b = int(input()) print(a+b) print(a-b) print(a*b)