Commit ee4c88de by BellCodeEditor

save project

parent c5987911
Showing with 4 additions and 2 deletions
...@@ -12,5 +12,7 @@ while True: ...@@ -12,5 +12,7 @@ while True:
a=score[name] a=score[name]
for i,j in a.items(): for i,j in a.items():
print(i,j) print(i,j)
else: else:
print('姓名错误,请重新输入!') print('姓名错误,请重新输入!')
\ No newline at end of file break
\ 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