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.
All Python tests are fine. Do you understand that the first string must end with the whole second string, not only the last letter, right?
Python fixed_tests_False 0, 3, & 4 are incorrect.
This comment is hidden because it contains spoiler information about the solution
You know you have transcended 8 kyu if you can find this first try
This comment is hidden because it contains spoiler information about the solution
I should have used re. Would have saved me time.