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.
Please use appropriate markdown formatting when posting code. See https://docs.codewars.com/training/troubleshooting/#post-discourse.
If your code fails the tests, it's your code that is wrong and not the other way around. Please read the error messages given to you:
You're returning a
str
but you're supposed to return alist
(to be fair, mixed return types are bad practice).Please use appropriate formatting when posting code. See https://docs.codewars.com/training/troubleshooting/#post-discourse.
You're printing instead of returning. See https://docs.codewars.com/training/troubleshooting#.print-vs-return and https://docs.codewars.com/training/training-example/.