Commit c9c589fb by BellCodeEditor

save project

parent 799d3336
Showing with 7 additions and 0 deletions
body3={"姓名":"小贝","性别":"男","年龄":"12"}
info={"小贝":body3}
print(info["小贝"]["年龄"])
name=info["小贝"]
for k,v in name.items():
print(k,v)
\ 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