Commit 06270f42 by BellCodeEditor

save project

parent 77a6c237
Showing with 8 additions and 3 deletions
...@@ -5,6 +5,11 @@ score={'悟空':a,'诺依':b,'小贝':c} ...@@ -5,6 +5,11 @@ score={'悟空':a,'诺依':b,'小贝':c}
q=input("w:") q=input("w:")
print("*"*30)
info=score[w] info=score[w]
for k,n info.items(): if w in score:
print(k,v) score=score[w]
\ No newline at end of file for k,n info.items():
print(k,v)
else:
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