Terry wrote:
Is there a simple way (the pythonic way) to flatten a list of list?

This is probably the shortest it can get:

sum(list_of_lists, [])


Kind Regards,
M.F.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to