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.
still here 10 years later :)
and yup comment would suffice but ive come around to this. agreeing that this being the default for reversing an iterable in Python.
A polite FYI: the comment you're replying to is nearly a decade old
Couldn't that be remedied with a comment explaining what is happening?
Most readable solution.
I completely agree. this is both succint and readable. Some of the other solutions are vague, IMO.
This comment is hidden because it contains spoiler information about the solution
quickest way
quickest way
Simple and clean.
that
;
is disturbing :DUt oh a
;
found it's way into our beautiful Python code :oI agree :)
This comment is hidden because it contains spoiler information about the solution
ES6-ified
You're on the wrong Kata my friend. Also it isn't as e[-1] because some of the items are nested lists and therefore e[-1] will return the list and not the last item in said list :)
Loading more items...