Commit c626ef5a by BellCodeEditor

save project

parent b9cd6162
Showing with 6 additions and 2 deletions
...@@ -16,4 +16,9 @@ while True : ...@@ -16,4 +16,9 @@ while True :
print(k,v) print(k,v)
break break
else: else:
print('输入错误') name = input("请输进正确的名字:")
\ No newline at end of file a = score[name]
print('*'*30)
for k,v in a.items():
print(k,v)
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