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.
@GiacomoSorbi yeah I figured that now :) it's highlighting a lot of noob mistakes I'm making with Python (having only just started learning it), but definitely helping me write optimal code!
@GiacomoSorbi I thought that too, so I took it offline and tried with some seriously large numbers - it ran through effortlessly...
No matter what algorithm I use, I'm getting CONSTANT timeouts (given by the web browser, not the web site) and bad responses. My code passes all the provided tests, including the ones I've written myself to test extreme data, but I seem to always get "Response received but no data was written to STDOUT or STDERR" with Python. Is this site just broken or what?!
Really nice use of string interpolation there!