Commit 398b3179 by BellCodeEditor

save project

parent 87d776d5
Showing with 2 additions and 0 deletions
...@@ -10,6 +10,8 @@ while True: ...@@ -10,6 +10,8 @@ while True:
for name,v in info.items(): for name,v in info.items():
print(name,v) print(name,v)
continue continue
elif name == "p":
break
else: else:
print("...............") print("...............")
continue continue
......
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