Commit 997f5120 by BellCodeEditor

auto save

parent c9cc625b
Showing with 3 additions and 1 deletions
def sb(): def sb():
total = [] total = []
while True: while True:
unit=input("请输入:") unit=input("请输入:")
if unit== 'q': if unit== 'q':
...@@ -12,6 +13,6 @@ def sb(): ...@@ -12,6 +13,6 @@ def sb():
else: else:
total.append(unit) total.append(unit)
finally: finally:
print("-"*30) print("sb"*100)
print(total) print(total)
sb() sb()
\ 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