Commit c1a8937b by BellCodeEditor

save project

parent a332f465
Showing with 3 additions and 2 deletions
...@@ -8,6 +8,7 @@ name = input("名字:") ...@@ -8,6 +8,7 @@ name = input("名字:")
info = score[name] info = score[name]
for k,y in info.items(): for k,y in info.items():
print(k,y) print(k,y)
print("*" * 30)
else:
print()
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