Commit cab99547 by BellCodeEditor

save project

parent d311058a
Showing with 6 additions and 5 deletions
def new_input():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
......@@ -10,8 +11,8 @@ def new_input():
except:
print("请输入正确的价格。")
else:
print("请吃席")
total.append(unit)
total = []
new_input()
print(total)
\ No newline at end of file
return total
a=new_input()
print(a)
\ 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