Commit 071156b0 by BellCodeEditor

auto save

parent db29800d
Showing with 10 additions and 0 deletions
import json
import json
jsonData = '{"1":122,"2":109,"3":88}';
text = json.load(jsonData)
print("1:",text["1"])
print("2:",text["2"])
print("3:",text["3"])
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment