Commit d60453e7 by BellCodeEditor

save project

parent 161d1379
Showing with 2 additions and 0 deletions
...@@ -11,5 +11,6 @@ while True: ...@@ -11,5 +11,6 @@ while True:
info = score(name) info = score(name)
for k,v in info.item(): for k,v in info.item():
print(k,v) print(k,v)
print('*'*30)
else: else:
print('输入错误') 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