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.
Looking at the solutions I realized that I forgot it was for underscores at the end of the string. Wasn't caught in the testcases. Woops!
Yes, I think that would work well. With that change I think you've got a great solution!
Careful, i think a word with punctuation attached to it would get missed
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I do like how concise this solution is using numpy (nicer than mine!) and I really wanted it to be correct, however, this will pass for any 9 unique numbers, not necessarily (1,2,..9). For example, this could pass a board with different sets of 9 numbers in different rows, columns or blocks.