Commit 0cc710b3 by BellCodeEditor

save project

parent 8a15a172
Showing with 5 additions and 0 deletions
...@@ -6,6 +6,11 @@ name = input("名字:") ...@@ -6,6 +6,11 @@ name = input("名字:")
w=score[name] w=score[name]
for k,v in w.items(): for k,v in w.items():
print(k,v) print(k,v)
if name in score
name=score(name)
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
#while True : #while True :
......
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