Commit c1a76e76 by BellCodeEditor

auto save

parent d03a5f15
Showing with 4 additions and 5 deletions
a={"分数":5,"改日哦":9}
for k,v in a.items():
b=a["分数"]
print(b)
\ No newline at end of file
info={"afs":"af"}
for i in info.values():
print(i)
\ 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