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.
This comment is hidden because it contains spoiler information about the solution
Yes, it was in python
I tried setting verbose to True and got exit code 137 Max Buffer Size Reached (1.5 MiB)
I had assumed the problem was with my solution, but when I changed verbose back to False, it passed.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Would be nice if Array.prototype.flat() worked.
I was wondering why .flat() was not working. Good to know!