Commit f77bfd8f by BellCodeEditor

save project

parent f8d71757
Showing with 4 additions and 3 deletions
......@@ -7,10 +7,11 @@ name = input("名字:")
a = score[name]
print("*"*30)
while True:
if name in a:
for k,v in a.items():
if k,v in a:
print(k,v)
print("*"*30)
elif name=="q":
break
else:
print("bu")
continue
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