Commit b40d02e0 by BellCodeEditor

auto save

parent 3ef20968
Showing with 2 additions and 2 deletions
...@@ -10,8 +10,8 @@ while True: ...@@ -10,8 +10,8 @@ while True:
for k,v in info.items(): for k,v in info.items():
print(k,v) print(k,v)
print('*'*30) print('*'*30)
if key == 'p': if key == 'p':
break break
else: else:
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