Commit af8545ce by BellCodeEditor

save project

parent e28d63de
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ while True: ...@@ -9,7 +9,7 @@ while True:
it name in store: it name in store:
now_store=store[name] now_store=store[name]
for i,s in now_store.items(): for i,s in now_store.items():
print(i,s) print(i,s)
print("*"*30) print("*"*30)
elif name=="q": elif name=="q":
break break
......
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