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.
p[2:][-1:]
I don't understand this statement.
Can someone can explian?
This comment is hidden because it contains spoiler information about the solution
Thanks for the feedback... I didnt real how sloppy was doing it! I was stuck on figuring out the distinction between left and right, so i was printing out the sum for every position until it clicked... I just didnt take the time refine it.
I just did it in Python and it seemed fine to me. I didn't notice any bugs or wrong return values.
Thanks for your support!
Modifications done... such a work! Thanks for your help! Cheers.
Yes it needs time before invalidation. Thanks!
I just saw: it works!
I figured this out. I forgot a simple check up top.
This kata for python has bugs in test 4 and the penultimate. indicates wrong return values
this solution covers less lines but requires multiple calls to a function (sum), although python is wonderful for providing many functions that make our work easier, sometimes you do not have to abuse them.