python實現購物車

購物車的題目要求:python 代碼邏輯:git #Author:Kelly shopping_list=[] listGoods = [("iphone",1000),("bike",400),("mac",300)] salary = input("Please input your sarlary:") if salary.isdigit(): salary = int(salary
相關文章
相關標籤/搜索