Python一行代码实现list高效去重


{}.fromkeys(list).keys()

其它方法参见:
http://www.peterbe.com/plog/uniqifiers-benchmark/

你可能感兴趣的:(python,去重)