Skip to content

Instantly share code, notes, and snippets.

@serhii73
Created April 4, 2017 17:10
Show Gist options
  • Save serhii73/d89b3277a4abfb54d67664aadc5ff566 to your computer and use it in GitHub Desktop.
Save serhii73/d89b3277a4abfb54d67664aadc5ff566 to your computer and use it in GitHub Desktop.
d = {}
for email, site in zip(our_data, ALL_LINKS_ARTICLE):
d.setdefault(email, []).append(site)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment