摘要: #!Anaconda/anaconda/python #coding: utf-8 #列表练习,实现简单购物车系统 product_lists = [('iphone',5000), ('computer',6000), ('girl_friend',2000), ('boy_friend'... 阅读全文
posted @ 2017-09-07 23:39 Andrew_qian 阅读(2335) 评论(0) 推荐(0) 编辑