This commit is contained in:
ahmadbilalkhalid 2019-09-12 13:20:28 +05:00
commit b6da0e3c93
7 changed files with 28 additions and 6 deletions

7
test.py Normal file
View file

@ -0,0 +1,7 @@
import json
import os
with open(os.path.expanduser("~/Desktop/code/ucloud-vm/Pipfile.lock")) as f:
# content = f.read()
content = json.load(f)
print(content["default"].keys())