Commit 000aca79 by BellCodeEditor

save project

parent b14b1d02
Showing with 6 additions and 10 deletions
a = {'xx':1}
s = {'xc':2}
d = {'xs':3}
w = {'ss':a,'dd':s,'FF':d}
q = {'ss':a,'dd':s,'FF':d}
while True:
w = input('名字:')
if q in w:
t = input('名字:')
if t in q:
print('*'*20)
for k,v in w[q].items():
#print()
for k,v in q[t].items():
print(k,v)
#print()
print('*'*20)
else q=='l':
elif t=='q':
break
continue
else q==w:
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