Commit ee5b58e1 by BellCodeEditor

save project

parent b8b4ffc9
Showing with 4 additions and 13 deletions
...@@ -7,19 +7,11 @@ while True: ...@@ -7,19 +7,11 @@ while True:
wy=input("what") wy=input("what")
if wy in score: if wy in score:
a = score[wy] a = score[wy]
print("-"*30)
for k,y in a.items(): for k,y in a.items():
print(k,y) print(k,y)
break print("-"*30)
else:
print("呀是")
while True :
name = input("名字:")
if name in score :
a = score[name]
print('*'*30)
for k,v in a.items():
print(k,v)
break break
else: else:
print('输入错误') 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