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's a problem your code. You need to return, not print. See https://docs.codewars.com/training/troubleshooting/#.print-vs-return.
Seeing you're new to codewars, I also recommend reading the following article: https://docs.codewars.com/training/training-example.
This comment is hidden because it contains spoiler information about the solution
In last test it's not 25%, it is 0,25%.
You should everytime divide percent by 100, don't need to check "if (percent >= 1)"
This comment is hidden because it contains spoiler information about the solution