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
Elegant!
.
Clever, but I think regex would be unnecessary no?
Exercise test cases are now fixed.
Еhe third of the example test cases is incorrect.
It should be:
Test.assert_equals(types("&*("),"str")
not
Test.assert_equals("&*("),"str")
I have the same problem
Leftover from previous tests I did, sorry and fixed (your example test case won't update, but the rest should be fine) :)!
Yes, it's Python.
Python tests use unsorted arrays.
['-2', '0', '-1', '-1', '-1'] should equal ['-2', '0', '-1->0', '-1->0', '-1']