Commit 9a3d7254 by BellCodeEditor

auto save

parent f87f48f3
Showing with 14 additions and 0 deletions
students1={'语文':89,'数学':100,'英语':77}
students2={'语文':94,'数学':80,'英语':92}
students3={'语文':68,'数学':92,'英语':86}
score={'悟空':students1,'诺依':students2,'小贝':students3}
a=input("输入你的名字:")
while True:
if a in score:
print("*"*30)
for k,v in score.items():
print("*"*30)
else:
print("输入错误,请重新输入")
\ No newline at end of file
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