Commit 8db5d2fa by BellCodeEditor

save project

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