Skip to content

Instantly share code, notes, and snippets.

@marhar
Created August 15, 2015 06:52
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 marhar/316cd3f70d050d4f1bdf to your computer and use it in GitHub Desktop.
Save marhar/316cd3f70d050d4f1bdf to your computer and use it in GitHub Desktop.
python: using zip to pivot
a=['a1']
b=['b1','b2','b3']
c=['c1','c2']
print zip(a,b,c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment