码迷,mamicode.com
首页 > 其他好文 > 详细

习题-购物车

时间:2018-04-25 10:53:23      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:ice   mil   color   span   习题   weight   macbook   white   col   

salaryint(input("please input your salary:"))
shopping_car = []
Commodity_shelves = [["iphone",5800],["macbookpro",12000],["starbuck_latte",30],["Alex_python",81],["bike",800]]
j = 0
 
 
    if salary < price:
        print("你的余额不足")
        print("你的购物车中已添加以下商品:", shopping_car)
        break
    elif buy == 100:
        break
    else:
        shopping_car.append(Commodity_shelves[buy][0])
        salary -= price
        print("你的购物车中已添加以下商品:",shopping_car)
        print("你的余额为:", salary)
    j = 0

习题-购物车

标签:ice   mil   color   span   习题   weight   macbook   white   col   

原文地址:https://www.cnblogs.com/nickkkk/p/8940716.html

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