python list 高效去重
list高效去重
list(set(seq))
# or
{}.fromkeys(seq).keys()
0
See Also
- python不同方法倒转一个list 的效率对比
- python解析apk包信息
- 用 Python + PyGame 编写国际象棋游戏
- python
- python 用urllib2抓取网页和发布(登录或发布文章)的基本操作