Skip to content

Instantly share code, notes, and snippets.

@khaerulumam42
Created December 18, 2018 15:40
Show Gist options
  • Select an option

  • Save khaerulumam42/2f3624b779af1e673a07a143e8d9eb02 to your computer and use it in GitHub Desktop.

Select an option

Save khaerulumam42/2f3624b779af1e673a07a143e8d9eb02 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