Commit 7d710045 by BellCodeEditor

save project

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