Python 对list和string去重

使用如下简单的方法

{}.fromkeys(list).keys()  

{}.fromkeys(string).keys()  

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