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 removed the
@countcalls
decoratorsame problem here
i used recursion and for some reason i pass the initial tests but i face an error when submiting about reset is not a property in functions
in Python
good kata! for starters, who only begin to wrap their brains around recursion
You did not use recursion. Not a kata issue.
in ruby in does not even check for recursion, can solve it with a .times method and would still pass the test
I guess it is because you defined a recursive function inside the main function, and the main function is not called as many times as it should?
I didn't use loops and still didn't work :)
Suggestion: In the Python version, put a comment next to
@countcalls
telling users not to delete this line. If they do, they get a mysteriousreplicate.reset
error, because of how the hidden tests have been implemented.Approved
python new test framework is required. updated in this fork
Random tests have been added some time ago
OP solved it, closing
OP solved it, closing
"design a recursive function"
Loading more items...