Ad
  • Custom User Avatar

    I used the following testcases for Python:
    Test.assert_equals(validate(79927398713), True)
    Test.assert_equals(validate(79927398710), False)
    Test.assert_equals(validate(79927398711), False)
    Test.assert_equals(validate(79927398712), False)
    Test.assert_equals(validate(79927398714), False)
    Test.assert_equals(validate(2543), True)
    Test.assert_equals(validate(2741), True)
    Test.assert_equals(validate(2841), False)

  • Custom User Avatar

    The test cases for this kata are not complete.
    I was able to submit intermediate solutions before I figured out exactly what should be done. :)