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.
At the end I managed to pass the test just making a few attempts until luckily there wasn't any failed test (god know why)
Im stucked with my solution. It currently passes all the tests except 1 or 2 depending on the random tests. My solution and the expected one only differs in the second decimal digit (i.e 10.02 expecting 10.03). Could it be because of round function?