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.
Thanks, got it :)
In Python, one of the test cases try to call the function without an argument and fail.
Thanks. This was my first one. I really appreciate your help.
Done. And I made it 50. :)
https://www.codewars.com/kumite/617663830a9ae1001aa15dea?sel=626ab7b4bae2950059360028
Here's the fork. Thanks for your help. The gen_range() function changes how it takes the numbers between versions.
I added that test, as well.
Isn't 1.0 already tested in the regular cases?
Thanks for the feedback. I think I corrected your two issues by removing the comments and fixing the way I had the range for gen_range.
Please review my Rust translation :)
https://www.codewars.com/kumite/617663830a9ae1001aa15dea?sel=617663830a9ae1001aa15dea
There should be a way to report this nonsense.
Thanks :)
This comment is hidden because it contains spoiler information about the solution
I really do learn a lot looking at these solutions and comparing them to mine.