会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小名辉辉
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
checkio
most-wanted-letter
摘要:题目:我的解法: 1 def checkio(text): 2 import string 3 str = text.encode().lower() 4 adict = {} 5 for i in string.lowercase[::-1]: 6 ...
阅读全文
posted @
2015-04-09 19:23
小名辉辉
阅读(213)
评论(0)
推荐(0)
non-unique-elements
摘要:我的解决方式:1 def checkio(data):2 alist = []3 for i in data:4 if (data.count(i) >1 ):5 alist.append(i)6 7 return a...
阅读全文
posted @
2015-04-09 17:23
小名辉辉
阅读(247)
评论(0)
推荐(0)
公告