Commit c113b810 by BellCodeEditor

save project

parent d117961b
Showing with 2 additions and 9 deletions
...@@ -7,11 +7,4 @@ print("*" * 30) ...@@ -7,11 +7,4 @@ print("*" * 30)
while True: while True:
if name in score: if name in score:
score = score[name] score = score[name]
print('*'*30) print('*'*30
for k,v in a.items(): \ No newline at end of file
print(k,v)
print("*"*30)
elif name=="e":
break
else:
print('输入错误')
\ 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