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 is great. No converting the numbers to strings and the overhead that comes with that. Just simple math.
Check empty strings
Nope
RTFM:
RTFM:
Not an issue
I just added a basic example test.
RTFM:
I'm having the same issue as one of the comments below when trying to solve this kata in python 3.4. It must be a bug because it's about what is being passed into the function which is not in our control.
I'm having an error with the console; it's not inside my code:
Traceback:
in
in test
TypeError: title_case() missing 1 required positional argument: 'minor_words'
I am also having the same error. What is passed in as parameters is not in our control - so it must be bug.