Ad
  • Custom User Avatar

    As noted by others, there is plenty of simple katas like this, I would suggest deleting this one.

  • Custom User Avatar

    Nice kata, but please fix the exmaple test case as pointed out by @SteffenVogel_79. Also, it would be beneficial for users to show the tests input values instead of having to print them out for debugging.

    Additionally please follow python coding standards and change the function name to saving_Lives

  • Custom User Avatar

    Hmm +1 for the readability but I havent encountered a solution here where anyone would check for the last digit only when checkign parity, the test suite shows that quite big numbers are passed in here, so it seems logical for me to do that.