会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
清源居士
博客园
首页
新随笔
联系
订阅
管理
2016年12月25日
python: delete the duplicates in a list
摘要: 下面有几种做法, 其中3之简洁令人惊讶. 1, 2, 3, 4,
阅读全文
posted @ 2016-12-25 22:55 清源居士
阅读(266)
评论(0)
推荐(0)
编辑
python: how to delete a given item if it exist in the list
摘要: a.remove('b') if thing in some_list: some_list.remove(thing)
阅读全文
posted @ 2016-12-25 21:05 清源居士
阅读(257)
评论(0)
推荐(0)
编辑
python: find the index of a given value in a list
摘要: ["foo", "bar", "baz"].index("bar")
阅读全文
posted @ 2016-12-25 21:01 清源居士
阅读(476)
评论(0)
推荐(0)
编辑
公告