Last active
April 23, 2019 00:00
-
-
Save khaerulumam42/6e9ae3a7c8e0a783179eb3f1eab53e9e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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