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.
The first is a string, the second an int.
You can't accept int's
Having the same problem , have you figured it out whats the problem here
The bugs with the random tests when using Python, described below, still seem to be present.
Your toString() method should be called:
See https://docs.python.org/2/reference/datamodel.html#object.__str__
When I Run Tests they all pass, but when I try to Submit I fail on the 10th test.
Priting out the test MongoIDs and the function being called gives:
So the 9th test seems to be identical to the 10th test, but one passes and the other doesn't.
Am I missing something?