Commit 8db5d2fa by BellCodeEditor

save project

parent 32eb18d3
Showing with 7 additions and 6 deletions
def new_input():gbhb def new_input():
total = [] total = []
while True: while True:
unit= input("请输入:") unit= input("请输入:")
if unit== 'q': if unit== 'q':
...@@ -10,6 +10,7 @@ def new_input():gbhb ...@@ -10,6 +10,7 @@ def new_input():gbhb
except: except:
print("输入x") print("输入x")
else: else:
totalappend(unit) total.append(unit)
return total
b=new_input()
\ No newline at end of file print(b)
\ 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