Commit 2c987363 by BellCodeEditor

save project

parent 4de26920
Showing with 2 additions and 1 deletions
......@@ -13,8 +13,9 @@ while True :
if a in score:
b=score[a]
for t,y in b.items():
print("*"*30)
print("*"*30)
print(t,y)
elif a=="q":
break
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