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.
This kata has been solved 231 times in Python.
There was a problem (see my comment above) but I fixed it and now all solutions pass again.
I checked a few of these solutions, they look OK and do handle the katakana alphabet.
Did you read the note in the description (
The Python implementation presently requires Unicode conversion, i.e. input.decode('utf-8'), output.encode('utf-8')
)?If you still think that there's a bug, please post your solution (surrounded by a line with three backticks ```) and mark is as "having spoiler content".
Fixed. Thanks for reporting.
No problem ;-)
Try
.inspect
maybe?You're misreading the test, notice how a lot of people managed to pass just fine.
What is the problem? Tests are all fine.