Commit c9a63b1f by BellCodeEditor

save project

parent d7fab093
Showing with 2 additions and 1 deletions
......@@ -9,7 +9,6 @@ print(score["悟空"]["数学"])
# 查询并打印出输入的名字对应的所有科目的成绩
while True :
name = input("名字:")
print("*"*30)
if name in score :
a = score[name]
print('*'*30)
......@@ -18,4 +17,5 @@ while True :
print('*'*30)
break
else:
print("*"*30)
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