python實戰小程序之購物車

# Author:南郵吳亦凡 # 商品列表 product_list = [ ('Iphone',5800), # 逗號一定不可以省略! ('Mac',4800), ('smartphone',400), ('watch',9100), ('coffee',500), ('python',9200), ] shopping_list = []
相關文章
相關標籤/搜索