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.
This comment is hidden because it contains spoiler information about the solution
It should be reflected in the expected outputs that it must be to 2 decimal places. The outputs all have more than 2 decimal places but the problem statement says round to 2.
Also, the "Passed" and "Expected" parts are switched.
Also, instead of saying "round to 2 decimal places", which is wrong, it should say to round to the nearest hundredth. Rounding to 2 decimal places means truncating, which produces the incorrect answer.
This comment is hidden because it contains spoiler information about the solution