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.
There should be no need to use decimals in this particular challenge, and floats should work. I tried to build the tests in the way to make them resistant to precision issues, and if you have such problems, then i believe its something not exactly right with your code.
I can double check if you post your code bere.
When using Python 3, is it recommended to use the decimal module? Is the floating-point precision so bad for doing its kata?