Commit 1945d758 by BellCodeEditor

save project

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