Skip to content

Instantly share code, notes, and snippets.

@cwharland
Created February 18, 2015 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwharland/2bcaec3082e3abafa003 to your computer and use it in GitHub Desktop.
Save cwharland/2bcaec3082e3abafa003 to your computer and use it in GitHub Desktop.
# Flatten a nested array or list
[item for sublist in l for item in sublist]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment