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.
You are welcome! Good work!
This comment is hidden because it contains spoiler information about the solution
Be sure that there are no errors in the tests, maybe you could look again to your code. In the first example you gave, how could you find
18
? Try it with paper and pencil and you will see. Good luck!i was maded the same mistake as you do, after desperately retring still failed ,i checked the solutions
then i found ,i was misunderstood the question .
the make_lazy function should return the function modding(*arg) itself ,but not the result of modding(*arg).
it's quite different .
this is why you got the error "TypeError: 'int' object is not callable":
you code:
this above of code return the result of modding(4,4) ,which is 0 ,that is a number.
but the Test program expected the first arg is the function .
so the test code will like this
so the type error occured .
There was an issue with the latest update that causes some points/ranks to be calculated incorrectly. The data should be fixed now. Sorry for the mixup.
I lost about 50 honor, too, and have no idea why.