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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The error in the random test cases in the Python kata should be fixed. Please let me know if problems persist.
It should be fixed as of 9 hours ago. It was an error in the check I used to determine the outcome on the random generator (where my code said == but my logic was <=).
This comment is hidden because it contains spoiler information about the solution
Either the description should detail (at least somewhat) the purpose of the function, or comments should list the purpose of various lines.
The assert_equals_ statements are backwards, which can lead to confusion
e.g. if the answer is "RRD" and the given is "RDD" the response will read that "RRD should equal RDD"
Lack of test cases
I agree with others that changing the example string in the description to a random string (like '149283410') would go a long way towards alleviating any confusion about the meaning of 'consecutive numbers'
I found the description confusing at first, but I have no suggestions for improvements at the moment.
Wording in the description is quite confusing.
There is some lack of punctuation in the description.
This comment is hidden because it contains spoiler information about the solution
Loading more items...