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.
In python, I can pass the largest tests simply by returning zero. Furthermore, based on the error messages, it seems that the python reference solution is using floating point arithmetic, which cannot possibly work with the larger tests (perhaps this is why they are disabled?).
COBOL Translation
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Not fixed.
Input validation should be removed.
I'm pretty not fond of the "somewhat input validation". Especially since you actually test only for one kind of error. What about this?