Commit 690593c0 by BellCodeEditor

auto save

parent b8312a20
Showing with 9 additions and 0 deletions
zhuang1 = {'语文':97,'数学':100,'英语':100}
zhuang2 = {'语文':90,'数学':80,'英语':70}
zhuang3 = {'语文':0.5,'数学':0.5,'英语':0.5}
shabi = {'马*':zhuang1,'梁*超':zhuang2,'奥**':zhuang3}
for i in shabi:
print(i)
for v,e in shabi[i].items():
print(v,e)
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