阅读背景:

Python-删除列表中重复元素的方法

来源:互联网 
1.set()方法

x = [1,2,3,4,5,1]

y = list(set(x))y = list(set(x)




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: