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.
@mayalavi In your function you must add some method to print function's solution. I dont know waht is the command in pythom, maybe "print". And when you will be click test you see the results of your function. Second you print the test values. For example you need to create function that accepts parametres "p". But you dont know values of they. Write in the first line of your function print command and you will see what values did you accept. After this you can understand what you must to do with it.
print(p0, percent, aug, p)
make it the first line inside your function.@chrono79 I've read the troubleshooting page but i don't get what it means? what is the code to print and what line does it need to be positioned at? (python)
So what is that symbol. In browser my code return false with "123 " param. But not here.
I exactly had same issue, this was due to percentage in decimal, rounding it off to the nearest number would do good.
Print the input: https://docs.codewars.com/training/troubleshooting#print-input
This comment is hidden because it contains spoiler information about the solution
prpbably, me too I got the same issue
the same issue for me as well, if you solve it, let me know, please
Maybe i need help. I've passed all test except one. It
Expected: 4, instead got: 3
. I cant understand what is the problem, maybe u can write the task value for this test? Because it pisses me off)))