> The first idea that comes to mind is reduce(lambda x, y: x + y, > list_of_lists, [])
Which is not helping for arbitrary nested lists, as the OP wanted. Diez -- http://mail.python.org/mailman/listinfo/python-list
> The first idea that comes to mind is reduce(lambda x, y: x + y, > list_of_lists, [])
Which is not helping for arbitrary nested lists, as the OP wanted. Diez -- http://mail.python.org/mailman/listinfo/python-list