Commit 09b8b864 by BellCodeEditor

auto save

parent d416c3ff
Showing with 4 additions and 4 deletions
def new_input():
total = []
total = []
while True:
unit= input("请输入:")
if unit== 'q':
......@@ -11,5 +11,5 @@ total = []
print("请输入")
else:
total.append(unit)
return total
print(total)
\ No newline at end of file
return total
print(())
\ 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