Skip to content

Instantly share code, notes, and snippets.

@vpatov
Created August 17, 2017 14:24
Show Gist options
  • Save vpatov/4ab01a44d87c1a5541ef9a7c6b4cb8f7 to your computer and use it in GitHub Desktop.
Save vpatov/4ab01a44d87c1a5541ef9a7c6b4cb8f7 to your computer and use it in GitHub Desktop.
Problem 4
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