Created
August 17, 2017 14:24
-
-
Save vpatov/4ab01a44d87c1a5541ef9a7c6b4cb8f7 to your computer and use it in GitHub Desktop.
Problem 4
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
import json | |
with open('input_4.json','r') as f: | |
tree = json.load(f) | |
print(tree) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment