码迷,mamicode.com
首页 >  
搜索关键字:python水题    ( 2个结果
序列判断
stopword=‘‘ str=‘‘ forlineiniter(raw_input,stopword): str+=line+‘\n‘ L=str.strip().split(‘\n‘) L_num=[] forcinL: L_num.append(int(c)) L_down=L_num[:] L_up=L_num[:] L_down.sort(reverse=1) L_up.sort() print‘L_down=‘,L_down print‘L_up=‘,L_up ifL_num==L_down: p..
分类:其他好文   时间:2015-06-25 01:36:40    阅读次数:150
相同数字
stopword=‘‘ str=‘‘ forlineiniter(raw_input,stopword): str+=line+‘\n‘ L=str.strip().split(‘\n‘) L_set=set(L) iflen(L)==len(L_set): print‘NO‘ else: print‘YES‘给你一个整数列表L,判断L中是否存在相同的数字, 若存在,输出YES,否则输出NO。
分类:其他好文   时间:2015-06-24 19:22:36    阅读次数:129
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!