Skip to content

Instantly share code, notes, and snippets.

@pikhovkin
Created May 6, 2011 14:49
Show Gist options
  • Save pikhovkin/959072 to your computer and use it in GitHub Desktop.
Save pikhovkin/959072 to your computer and use it in GitHub Desktop.
def dictify(a, b):
return dict(map(lambda k, v: (k, v), a, b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment