Commit 89fe55e9 by BellCodeEditor

save project

parent aff963d5
Showing with 4 additions and 2 deletions
...@@ -19,4 +19,6 @@ ...@@ -19,4 +19,6 @@
# print('输入错误') # print('输入错误')
name = input("名字:") name = input("名字:")
info = score[name] info = score[name]
for k,v in info print("**"*6)
\ No newline at end of file for k,v in info.items():
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