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.
I had 400 lines of code...
Wowzer
Took me... A lot longer. :(
Took me about 200 lines and countless hours of frustration, and I'm pretty sure I only lucked out on a few of the test cases in the end. Wow.... :(
Getting 'unknown error - Process took 6988ms to complete' on submit button. Probably because my solution just too slow? It runs the given test cases in around 100ms
I'm new and I can't get the damned thing to submit as 'correct'.
I don't understand why I get these results from the submit button:
Traceback:
in
in test
in createSpiral
in emptyArr
IndexError: list index out of range
11 Passed
0 Failed
0 Errors
Process took 189ms to complete
I mean it won't tell me specifically which test caused this? Help is appreciated.
Hey I'm new here.
All my testcases pass using the 'run tests' button, but when I click 'submit', the final test gives a 'list index out of range' error.
Any idea what I am doing wrong?