Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Nice!
As noted by others, there is plenty of simple katas like this, I would suggest deleting this one.
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
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.