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.
Also, please raise this as a
question
instead of anissue
:)I didn't write the Python version, I wrote the three originals.
It doesn't work on the command line for me.
Taking the example of 153, you seem to be taking cube roots. You should be raising each digit to its third power and adding it to a total like in the explanation of the Kata.
I hope that helps...