Commit 2f1981a7 by BellCodeEditor

save project

parent 8b9c75c6
Showing with 5 additions and 4 deletions
...@@ -6,8 +6,9 @@ while True: ...@@ -6,8 +6,9 @@ while True:
a=input() a=input()
if a in s: if a in s:
n=s[a] n=s[a]
for k,v in s.items(): print("*"*30)
for k,v in n.items():
print(k,v) print(k,v)
break break
else: else:
break print('输入错误')
\ No newline at end of file \ 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