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.
The right answer is 19. Description says that the 1st century is 1 to 100, so the 19th century is 1801 to 1900.
I feel like it would make the result look nicer if you required no whitespace at the beginning or end. For example, the string "I hate you" currently returns " ht y", but it might be nice to return "ht y" instead. Thoughts?