brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Add few ways to flatten list of lists #57

Closed lipinski closed 9 years ago

lipinski commented 9 years ago

I add a few ways to flatten list of lists.

brennerm commented 9 years ago

Please add your examples to https://github.com/brennerm/PyTricks/blob/master/flattenlist.py

lipinski commented 9 years ago

I moved examples to flattenlist.

brennerm commented 9 years ago

Could you please add a print() around all solutions. I want the script to generate some output.

lipinski commented 9 years ago

I added.

brennerm commented 9 years ago

@lipinski Thank you! Want to add yourself to the contributors?

lipinski commented 9 years ago

It will be nice.

brennerm commented 9 years ago

Then please do so. Just add an entry with your name to the file CONTRIBUTORS and add the commit to this PR :)

lipinski commented 9 years ago

Ok. Done.

brennerm commented 9 years ago

:+1: