yue_427

导航

2017年3月29日 #

简单的购物车程序

摘要: #!/usr/bin/env python# -*- coding:utf8 -*-product_list=[ ('iphone',6800), ('glasses',2000), ('book',100), ('apple',20), ('watch',12000),]shopping_list 阅读全文

posted @ 2017-03-29 12:49 yue_427 阅读(184) 评论(0) 推荐(0) 编辑