Created
May 27, 2019 12:49
-
-
Save DataSolveProblems/b4bd6c9164d7b7ad03c439191781f25e 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
import json | |
myRecord = json.load(open('My Record.json')) | |
print(type(myRecord)) # return variable data type | |
print(myRecord) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment