Commit 5ffabc8d by BellCodeEditor

save project

parent bf9323cc
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ while True: ...@@ -7,7 +7,7 @@ while True:
b=input("科目:") b=input("科目:")
if c in score: if c in score:
if b in score[c]: if b in score[c]:
print(score[c][b]) print(score[c][b])
else: else:
print("科目名错误") print("科目名错误")
else: else:
......
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