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.
That was my thought, maybe this is just an attempt to practice looking things up? This function is so useless haha
My issue here is, from a Python standpoint, how are we expected to create an array of undefined elements specifically? I can see this being done in languages that utilize undefined such as Javascript but I don't know what's expected here. Should we use None?
Nice to see I wasn't the only one to use multiple functions here! I think this is the better route because it lets you reuse those functions as simple tools elsewhere in the code.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution