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'm lose something, or this would check the same value many times?
Same problem here. I do not know what to do.
There's a
try/except
block for compatibility reasons (so not all old solutions were invalidated). At first the function was in camelCase and later changed to snake_case. It works fine, so it's not a problem.The Attempt, in Python, is in camelCase; just the test is in snake_case.
I forgot the .join builtin. To use list comprehension was way good! I need to learn it.