WICKED4950 commited on
Commit
f05c60a
·
verified ·
1 Parent(s): 9d3e711

Create take_data.py

Browse files
Files changed (1) hide show
  1. take_data.py +6 -0
take_data.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import json
2
+
3
+ with open(path, "r") as file:
4
+ data = json.load(file)
5
+
6
+ print(json.dump(data, indent=4))