Commit 44f88ca2 by BellCodeEditor

save project

parent 6721ccb0
# def new_input():
zx = ['爆肚',44]
xx = ['米饭',2]
vx = ['鱼香肉丝',32]
total = [str(zx)+zx,str(xx)+xx,str(vx)+vx]
print(total)
# while True:
# print("菜单:"+total)
# unit=input("请输入,按q退出")
# if unit== 'q':
# break
# else:
# try:
# unit=int(unit)
# except:
# print('要输入整数')
# else:
# total.append(unit)
# print(total)
# return total
# price=new_input()
# print('=*30')
# print(price)
# s=0
# for i in price:
# s+=i
# print("价格是:"+str(s))
import func
func.new_input
import func
func.new_input
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