Commit 9e55dcca by BellCodeEditor

save project

parent 639d6f3d
Showing with 2 additions and 2 deletions
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
# else: # else:
# print('输入错误') # print('输入错误')
name = input("名字:") name = input("名字:")
print("******"*10)
info = score[name] info = score[name]
for k,v in info.items(): for k,v in info.items():
print(k,v) print(k,v)
\ 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