Commit 2f1981a7 by BellCodeEditor

save project

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