Python: merge lists
A simple utility function to merge several lists in a single one, using the functional programming tools:
Example:
The same but removing duplicates:
The same but removing duplicates later:
Other (easier) ways to achieve the same?
[ show comments ]
blog comments powered by Disqus