Skip to content

Instantly share code, notes, and snippets.

@nipunbatra
Created January 21, 2016 13:25
Show Gist options
  • Save nipunbatra/9e44d86371b34b004328 to your computer and use it in GitHub Desktop.
Save nipunbatra/9e44d86371b34b004328 to your computer and use it in GitHub Desktop.
In [16]: e = json.load(open("/Users/nipunbatra/Downloads/test_dk.txt",'r'))
In [17]: e
Out[17]: [[[2, 3], [4, 5]], [[1, 2], []]]
[
[
[2,3],
[4,5]
],
[
[1,2],
[]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment