Skip to content

Instantly share code, notes, and snippets.

@khaerulumam42
Last active April 23, 2019 00:00
Show Gist options
  • Save khaerulumam42/6e9ae3a7c8e0a783179eb3f1eab53e9e to your computer and use it in GitHub Desktop.
Save khaerulumam42/6e9ae3a7c8e0a783179eb3f1eab53e9e to your computer and use it in GitHub Desktop.
with open('results.json', 'r') as f:
results = json.load(f)
with open('country_codes.json', 'r') as f:
country_codes = json.load(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment