On 1 Jul., 06:04, Stephen Hansen <me+list/pyt...@ixokai.io> wrote: > The 'reversed' and 'sorted' functions are generators that lazilly > convert an iterable as needed.
'sorted' returns a new list (and is not lazy). -- http://mail.python.org/mailman/listinfo/python-list