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.
Does it really? I think it reassigns the binding, but doesn't change the referenced object.
I might be wrong, I don't know that much Python.
fixed
I agree. The implication is a single X or Y, but the tests are expecting XX or XY.
Would help to have the example show such. =|
Anyway, my problem for not reading all.
As mentioned in another comment, the Python translation is broken. Precision needs to be specified and decimal errors must be accommodated.
Fixed.
Ok, I changed it. Thanks!