Commit 5876d987 by BellCodeEditor

save project

parent 353735ba
Showing with 17 additions and 0 deletions
a = {'xx':1}
s = {'xc':2}
d = {'xs':3}
w = {'ss':a,'dd':s,'FF':d}
q = input('名字:')
if q in w:
for k,v in w[q].items():
print('*'*20)
#print()
print(k,v)
#print()
print('*'*20)
else:
print('g')
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