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.
Python random tests has expected and actual values flipped. Fixed.
Also I enabled Python 3. Some solutions will be invalidated, but that's just life ;-)
-1! And I feel so complicated ... :-D
One is learning to meet. Thanks... :)
Why is N W S E not reducible but other directions are? I don't understand why N W S E is any different to other sets of directions.
You should have given the input and what the test reports.
I was not the Python translator but 2,538 guys passed the Python kata so I am sure there are no errors in the tests.
Last test is not right. It gives single value and expect null or empty list which doesn't make sense.
i.e., ['NORTH']
Broken for me, too
Random test: " Testing for: 114214
2 should equal 1"
but..
114214 = 32
32 = 6
so.. it should be 2 not 1..
For python you need to save the result in a new list and return it to pass the random test.
Random test is broken, not your code.
+1 random test broken.