Commit 734a2e5f by BellCodeEditor

save project

parent ba19a0c9
Showing with 13 additions and 0 deletions
s1={'Y':91,'S':88,'E':85}
s2={'Y':97,'S':98,'E':90}
s3={'Y':95,'S':100,'E':98}
score={'Wk':s1,'Ny':s2,'Xb':s3}
while True:
name=input("名字")
if name in score:
a=score[name]
for k,v in a. items():
print(k,v)
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