码迷,mamicode.com
首页 > 编程语言 > 详细

python笔记:购物车

时间:2017-10-18 19:42:04      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:python 购物车


product_list=[
    (,),
    (,),
    (,),
    (,),
    (,),
    (,),
]
shopping_list = []salary = ()salary.isdigit():salary =(salary)
    :
        index,item (product_list):(index,item)
        user_choice = ()
        user_choice.isdigit():user_choice =(user_choice)user_choice< (product_list) user_choice >=:p_item =product_list[user_choice]p_item[]<= salary:shopping_list.append(p_item)salary -= p_item[](%(p_item,salary))
                :
                    (%salary)
            :
                  (% user_choice)
        user_choice ==:()
            p shopping_list:
                (p)
            (,salary)
            ()
    :
        ()


python笔记:购物车

标签:python 购物车

原文地址:http://180505.blog.51cto.com/170505/1973840

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!