摘要: product_list = [ ("电脑",5800), ("phone",4200), ("pen",66), ("book",99), ("watch",10800), ] salary = input("输入工资:") shopping_list = [] buy_money = 0 if 阅读全文
posted @ 2018-08-23 12:19 杨fj 阅读(68) 评论(0) 推荐(0)