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.
Read the description!
Which I assume is
None
in Python.This comment is hidden because it contains spoiler information about the solution
I agree with this issue - getting the same error when attempt my solution.
The issue for me seems to be that I'm writing in python. And the tests will generate something like:
-79--73
in the list.
Which python will interpret as
-79 minus -73
So the list won't include "-79--73", but instead will have -6 in its place.