Arithmetic Operators

  • + 1 comment

    a = 3 b = 5

    sum_ab = a + b diff_ab = a - b prod_ab = a * b

    print(sum_ab) print(diff_ab) print(prod_ab)

    after getting this code is correct , my secound is wrong , dont know how to get code on this

    test case 1 input (stdin) 6564424525 323252462

    Expected Output 6887676987 6241172063 2121966389319430550