Commit a11ebb63 by BellCodeEditor

auto save

parent 82aeb651
Showing with 4 additions and 3 deletions
......@@ -10,10 +10,11 @@ name = input("名字:")
print("*"*30)
if name in score:
info = score[name]
for k,v in info.items():
for k,v in info.items():
print(k,v)
print("*"30)
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