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.
Your code should output the results like the ones in example tests of the description. The sample tests are executed in the form of a tuple with each element representing
(input, output)
respectively, so bear in mind to not return your result in the form of a tuple.Read this: https://docs.codewars.com/training/troubleshooting/
My code passed all the conversion test but i keep getting a failed error message. What could be wrong?