Commit 0d4a8519 by BellCodeEditor

save project

parent 92bb4ee9
Showing with 3 additions and 3 deletions
...@@ -7,10 +7,10 @@ while True: ...@@ -7,10 +7,10 @@ while True:
print ("z"*35) print ("z"*35)
if n in score: if n in score:
m = score [n] m = score [n]
for k, v in m.inems(): for k,v in m.items():
print(k.v)] print(k,v)
print('n'*35) print('n'*35)
elif n=="p": elif n=="q":
break break
......
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