Commit 46534c94 by BellCodeEditor

auto save

parent 5b027332
Showing with 5 additions and 3 deletions
store = {"语文":91,"数学":88,"英语":82.5} store = {"悟空":{"语文":91,"数学":88,"英语":82.5}}
for k,v in store.items(): # for k,v in store.items():
print(k,v) # print(k,v)
print(store['悟空']['数学'])
\ 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