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.
I have my output printed to console and it seems correct with the logic of the program prompt. All fixed test cases are accepted, but the random test cases flag up errors that don't affect the run of the program. Using a try/except statement to try to bypass any exceptions doesnt work and an error is still raised.