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.
Well that means your code is incorrect, which is not a kata issue. (also there's almost 3k python completions)
Well that information alone doesn't really help, it just means you return wrong result. You should specify the input that causes this assertion message. For example the first one you return '108devi', but it should be '108dvei'. (again without seeing the input it's too difficult to tell what's going on)
You should read this FAQ for general troubleshooting.
Feel free to reply if you still can't figure it out.
108devi
should equal108dvei
115ekop
should equal115eokp
etc.Please check your code and assertion message carefully before raising issue.
What error??