Commit 997f5120 by BellCodeEditor

auto save

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