码迷,mamicode.com
首页 >  
搜索关键字:shopping mall opencart 自适应主题模板 abc-0157    ( 745个结果
python day2 购物车作业
话不多说上代码。就是有一个小问题。注释刚刚已经打上去了 #定义一个购物列表本来想存在文件中,但是后面碰到文件的一个问题 shopping_list = [ ['Iphone 6s plus',5800], ['Lumia',3800], ['Charge',45], ['Data line',35] ...
分类:编程语言   时间:2017-11-25 00:53:01    阅读次数:188
购物车代码
shopping = [['house',1000000],['book',50],['iphone',3000]] qian = input('请输入你的钱:') shoppingcar = [] if qian.isdigit(): qian = int(qian) while True: fo... ...
分类:其他好文   时间:2017-11-24 22:47:53    阅读次数:134
购物车代码
product_list = [ ('Iphone',5800), ('Mac Pro',9800), ('Bike',800), ('Watch',10600), ('Coffee',31), ('liuzhongchang Python',120), ] shopping_list = [] s... ...
分类:其他好文   时间:2017-11-16 17:14:57    阅读次数:120
1044. Shopping in Mars (25)
Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making ...
分类:其他好文   时间:2017-11-02 13:07:47    阅读次数:162
2017.10.31
题目描述 给定一个英文字符串,请写一段代码找出这个字符串中首先出现三次的那个英文字符。 输入描述: 输入数据一个字符串,包括字母,数字等。 输出描述: 输出首先出现三次的那个英文字符 示例1 输入 Have you ever gone shopping and 输出 e程序来自网上,侵权即删。 #i ...
分类:其他好文   时间:2017-10-31 23:47:44    阅读次数:203
职业生涯规划,英语
英语(shopping) fashion时尚+show秀=fashion show时尚秀,talent有才能的+show秀=talent show达人秀,in fashion正在流行,out of fashion过时的。 station车站/电视台+ery文具/毒品+ary不变的/静止的(ary和e ...
分类:其他好文   时间:2017-10-24 01:43:03    阅读次数:205
python 大数据处理小结
1.shop_min=shop.drop(['category_id','longitude','latitude','price'],axis=1)pandas中删除多个列 2.mall=shop_min.drop_duplicates(subset='mall_id')pandas中将某一列去重 ...
分类:编程语言   时间:2017-10-22 23:28:16    阅读次数:230
atm
shopping_mol atm settings account auth db_handle log transaction main .json ...
分类:其他好文   时间:2017-10-20 20:19:53    阅读次数:145
python笔记:购物车
product_list=[ (,), (,), (,), (,), (,), (,), ] shopping_list=[]salary=()salary.isdigit():salary=(salary) : index,item(product_list):(index,item) user_choice=() user_choice.isdigit():user_choice=(user_choice)user_choice<(product_list)user_choice>=:p_it..
分类:编程语言   时间:2017-10-18 19:42:04    阅读次数:130
Python学习之购物车程序练习
product_list=[ (,), (,), (,), (,), (,), (,) ] shopping_list=[] salary=()salary.isdigit():salary=(salary): index,item(product_list):(index,item) user_choice=() user_choice.isdigit():user_choice=(user_choice) user_choice<(product_list)user_choice>=:p_i..
分类:编程语言   时间:2017-10-13 22:22:15    阅读次数:213
745条   上一页 1 ... 21 22 23 24 25 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!