Comment on Python: copying a list the right wayparentComments−sdevlin14yThere is also the top level reversed() function that takes some sequence and returns a reversed iterator.
Comments
There is also the top level reversed() function that takes some sequence and returns a reversed iterator.