Commit 8acfd21f by BellCodeEditor

save project

parent 1cf2a13c
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ b={'z1':a,'z2':a1,'z3':a2} ...@@ -5,7 +5,7 @@ b={'z1':a,'z2':a1,'z3':a2}
q=input('minzi:') q=input('minzi:')
print('*'*30) print('*'*30)
if q in b: if q in b:
q=b[v] b=b[q]
for k,v in b.items(): for k,v in b.items():
print(k,v) print(k,v)
print('*'*30) print('*'*30)
......
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