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.
I have also stuck with python on aprox 70 test :-(
"How I crossed the desert the smart way."
So It is not the smart way.
The answer is literally in description itself:
Not an issue. Read the description properly.
Second test case:
u=["NORTH", "WEST", "SOUTH", "EAST"]
test.assert_equals(dirReduc(u), ["NORTH", "WEST", "SOUTH", "EAST"])
should be
u=["NORTH", "WEST", "SOUTH", "EAST"]
test.assert_equals(dirReduc(u), [])
This comment is hidden because it contains spoiler information about the solution
Its depresing :-)
Fixed.
There is mismach of names beetween code and test cases.
"maxSequence"!="max_sequence"