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.
'just wanted to make py3 available for the kata, but I discovered that the whole testing process was actually totally flawed... x(
I updated the python test suite by:
JS and ruby need to be updated yet...
done
In my opinion it should only be a duplicate, if the instance is of the same class and all instance variables are set to the same value. What is the definition of "duplicate" here? What instance is a duplicate in the test case according to the maker of this kata?
This comment is hidden because it contains spoiler information about the solution
I would say, the task should be explained as "counting ones in the base 2 representation" (or something like that).
My code works if I escape the ' in the input (aren't).
In the input here, the ' character is not escaped. How can I fix this problem?