Python實現超市購物的源碼(有註釋,適合學習)

product_list=[ #輸入你的商品和價錢 (‘Mac’, 9000), (‘kindle’, 800), (‘tesla’, 900000), (‘python book’, 105), (‘bike’, 2000), ] saving = input(「please input your many:」) #輸入您攜帶的金額 shopping_car = [] #購物車(如今是空的未選擇
相關文章
相關標籤/搜索