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.
Input should be as a string: ID number not a number, but a string that contains mostly numbers, much like how ISBN is a "number" even though it's clearly not.
Also,
id
is a Python built-in; so it shouldn't be used as a parameter name.Please use the testing framework properly.
Also, random tests are missing.
This comment is hidden because it contains spoiler information about the solution