Commit a81567db by BellCodeEditor

save project

parent 0583ad7f
Showing with 8 additions and 3 deletions
sb1={'语文':59,'数学':100,'英语':98} sb1={'语文':59,'数学':100,'英语':98}
sb2={'语文':95,'数学':96,'英语':90} sb2={'语文':95,'数学':96,'英语':90}
sb3={'语文':100,'数学':99,'英语':8} sb3={'语文':100,'数学':99,'英语':8}
sb4={'悟空':sb1,'小贝':sb3,'诺依':sb2} sb9={'语文':100,'数学':100,'英语':100}
sb4={'悟空':sb1,'小贝':sb3,'诺依':sb2,'xswl':sb9}
sb100=input("输入人名") sb100=input("输入人名")
for s,b in sb4[sb100].items(): print("xswl"*10)
if sb100 in sb4:
for s,b in sb4[sb100].items():
print(s,b) print(s,b)
pritn1("xswl"*10)
else:
print("没这个人")
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