Created
December 18, 2018 15:40
-
-
Save khaerulumam42/2f3624b779af1e673a07a143e8d9eb02 to your computer and use it in GitHub Desktop.
This file contains hidden or 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