Commit 7d7901c1 by BellCodeEditor

save project

parent 75acc90b
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ while True: ...@@ -9,7 +9,7 @@ while True:
if name in score: if name in score:
subject=score[name] subject=score[name]
for k,v in subject.items(): for k,v in subject.items():
print(k,v) print(k,v)
elif name=="q": elif name=="q":
break break
else: else:
......
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