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!
The machines running it are not uber-powerful and try running it with multiple numbers.
@GiacomoSorbi I thought that too, so I took it offline and tried with some seriously large numbers - it ran through effortlessly...
Does Python not give recognisable messages for plain time-outs?
Sometimes it is, unfortunately. Try again later.
That said, at the moment I have no problems, so if you're passing tests locally, do make sure you're returning results on here and not just printing them to the console.
Most likely your code is not effficient enough.
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!