Commit 3ff44c8f by BellCodeEditor

save project

parent 5c9ce1d2
Showing with 8 additions and 4 deletions
goods={'a':3,'b':4,'c':5} name = input("名字:")
for k,v in goods.keys() if name in score :
print(k) a = score[name]
\ No newline at end of file for k,v in a.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