Commit ee5b58e1 by BellCodeEditor

save project

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