python实战小程序之购物车

# Author:南邮吴亦凡 # 商品列表 product_list = [ ('Iphone',5800), # 逗号一定不可以省略! ('Mac',4800), ('smartphone',400), ('watch',9100), ('coffee',500), ('python',9200), ] shopping_list = []
相关文章
相关标签/搜索