Commit 32abd458 by BellCodeEditor

save project

parent afc13947
Showing with 4 additions and 4 deletions
def new_imput():
total = []
while True:
money = input("请输入:")
if money== 'q':
money = input("请输入:")
if money== 'q':
break
else:
try:
......@@ -13,8 +13,8 @@ def new_imput():
total.append(unit)
print("-"*30)
return total
result = new_imput()
print(result)
result = new_imput()
print(new_imput())
#pen=turtle.Pen()# 报菜名
# 悟空和诺依到了一家特色餐馆,这家餐馆最大的特色就是有个自动报菜名机器人
......
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