Commit 968920a8 by BellCodeEditor

save project

parent c7a8b8cd
Showing with 10 additions and 2 deletions
......@@ -4,4 +4,12 @@ while True:
print("*"*30)
if name in score:
info=score[name]
for
\ No newline at end of file
for k,v in info.items():
print(k,v)
print("*"*30)
elif name =="q":
break
else:
print("gun")
print("*"*30)
print("over")
\ 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