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
相关文章
相关标签/搜索