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
This comment is hidden because it contains spoiler information about the solution
An easy fix for this is using an try/except statement, and set the number to 0 if an exception occurs. I think the description should be improved though
This comment is hidden because it contains spoiler information about the solution
Thank you for the advice
Hi,
The kata was technically well done, but got retired. Most likely because of the lack of originality of the task.
If you're interested in authoring, you should read the docs about it, to get a better idea about what kind of task has better chances to get out of beta.
Cheers
I was worried about the program timing out but it worked pretty well.
Thanks for the advice, I implemented it.
Make a loop with 100 random tests instead.