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 am a native speaker, and I made the same mistake!
not an issue, your spelling is incorrect:
forty
(as you can actually see in the links you provided... :p )If you use regular expressions, are you escaping them properly? Also, X should equal Y means X is the value you return and Y is the expected one (sorry if that sound obvious, some people got that wrong and sometimes those values were flipped, not in this case).
Could it be related to the Python version you're using? For instance, my code works with 2.7.6 but it doesn't in the 3.x versions