Commit 28d3b246 by BellCodeEditor

auto save

parent 62692a77
Showing with 9 additions and 0 deletions
sbyh1 = {'diy':3,'piy':9,'ciy':4}
sbyh2 = {'diy':1,'piy':4,'ciy':2}
sbyh3 = {'diy':9,'piy':5,'ciy':5}
bjih = {'bj':sbyh1,'jip':sbyh2,'yf':sbyh3}
ask = input('请输入您要查询的人:')
if ask in bjih:
for k,v in bjih.items():
print(k,v)
\ 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