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 description gives the example:
You must return an empty string if an empty list is given as the parameter. You know you can print the input parameter to the console, right? Your code fails because it attempts to pop from the empty list, leading to an error.
To control formatting of code in the comments, you need to use markdown, see here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code-and-syntax-highlighting