Commit 150c9004 by BellCodeEditor

auto save

parent cfc5fb1e
Showing with 7 additions and 0 deletions
import json
jsonData='{"第一名":122,"第二名":109,"第三名":88}'
text=json.loads(jsonData)
print('第一名:',text['第一名'])
print('第二名:',text['第二名'])
print('第三名:',text['第三名'])
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