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.
Good, you can read about that and more here: https://docs.codewars.com/training/troubleshooting
Figured it out. Added a print statement at the top of my method to print out the input string, this then displays in the left hand panel after running the attempt.
My code passes all provided tests, but fails the random test. Is there anyway to find out what string is being passed in on the failed random test? Otherwise I don't know how to troubleshoot my code.