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.
to troubleshoot, you can add print commands into your code at points you want to check what is happening. I usually print the input and the return value I arrived at, and sometimes another interim value which seems important
I also had this issue at the beginning. Notice that the words you need to work on are the input split by either _ or -. For example for the input "A-B_C", you'd work on "A", "B", "C"