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.
This should be the top answer.
Not as concice nor nearly as readable as using itertools, but it's pretty cool anyway! Clever 100%, best practices, not so much :-).
I would lean towards having almost anything like this be case sensitive unless explicitly told otherwise. It makes more sense to be case sensitive if you ask me. And the fact that it doesn't say to be case insensitive in the description and none of the tests (random or otherwise) require it to be case insensitive seems to support that.
🤦♂️Why did I not think of this????
This comment is hidden because it contains spoiler information about the solution
IDK, it's clever, to be sure, but I wouldn't really say it's best practice. That return statement looks a little ugly if you ask me...
yes, that's kinda the point of string formatting! :-)