Ad
  • Default User Avatar

    My code runs in my python window, exactly as the test cases but not in codewars window. but I will show result.

    sum_mul(0, 0)
    INVALID
    sum_mul(2, 9)
    20
    sum_mul(4, -7)
    INVALID
    sum_mul(4, 123)
    1860