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.
You run the risk of an error without it.
I too was going to add .strip() to my code to take the spaces off the ends. However when I tested with just .join() it passed so I left it out
I was going for this but couldn't figure out how to use the strip in the same line.
End up adding a second line with: return words.strip('')
:-(
Best practices but... the test cases dont have trailing or leading whitespace
is it neccessary to put '[]' in the min() function?