Commit 7d710045 by BellCodeEditor

save project

parent a81567db
Showing with 12 additions and 8 deletions
...@@ -3,11 +3,15 @@ sb2={'语文':95,'数学':96,'英语':90} ...@@ -3,11 +3,15 @@ sb2={'语文':95,'数学':96,'英语':90}
sb3={'语文':100,'数学':99,'英语':8} sb3={'语文':100,'数学':99,'英语':8}
sb9={'语文':100,'数学':100,'英语':100} sb9={'语文':100,'数学':100,'英语':100}
sb4={'悟空':sb1,'小贝':sb3,'诺依':sb2,'xswl':sb9} sb4={'悟空':sb1,'小贝':sb3,'诺依':sb2,'xswl':sb9}
sb100=input("输入人名") while True:
print("xswl"*10) print("想退学请输入esc键")
if sb100 in sb4: sb100=input("输入人名")
for s,b in sb4[sb100].items(): print("xswl"*10)
print(s,b) if sb100 in sb4:
pritn1("xswl"*10) for s,b in sb4[sb100].items():
else: print(s,b)
print("没这个人") print("xswl"*10)
elif sb100=="esc":
break
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