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.
Guys, I think something went wrong with Python's test ( after you hit the Submit button ). It just breaks on the basic tests though all tests in kata were passed successfully. If neccessary I can show my solution.
So, I finally found out where the bug was =). I redefine the getattribute method as nivoliev suggested and found it. Thank you all for response!
Could you give me insight on test 19? I receive error message saying 0 should equal 1, but I can't figure out where the bug is. I did everything as it was in the instruction.