Commit affbf27e by BellCodeEditor

save project

parent 3b7802d2
Showing with 7 additions and 1 deletions
...@@ -8,7 +8,13 @@ name = input("名字:") ...@@ -8,7 +8,13 @@ name = input("名字:")
for k,v in score.items(): for k,v in score.items():
print(k,v) print(k,v)
name print("*"*30/k,v/"*"*30)
name=score(key)
if name in score:
print("*"*30/k,v/"*"*30)
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