Commit d5f7aac5 by BellCodeEditor

save project

parent ee6fe927
Showing with 4 additions and 2 deletions
......@@ -10,4 +10,7 @@ info = score[name]
# for v in info.velues():
# print(v)
for k,v in info.items():
print(k,v)
\ No newline at end of file
print(k,v)
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