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.
done.
Tests needs to be modified in order to use
range
sincexrange
has disappeared since Python 3.When submitting using Python 3.4.3 the following error occurs: "NameError: name 'xrange' is not defined" even though I didn't use xrange() in my code.
Switching back to 2.7.6 circumvents the issue.