Commit 5ef9d125 by BellCodeEditor

save project

parent bcc5524b
Showing with 2 additions and 0 deletions
...@@ -10,6 +10,8 @@ while True: ...@@ -10,6 +10,8 @@ while True:
for k,v in info.items(): for k,v in info.items():
print(k,v) print(k,v)
print('*'*97) print('*'*97)
elif name == "q":
break
else: else:
print('*'*97) print('*'*97)
print('查询错误,请输入正确的名字') print('查询错误,请输入正确的名字')
......
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