I have a python list where elements can repeat. 我有一个python列表,其中的元素可以重复 >>> a = [1,2,2,3,3,4,5,6]. I want to get the first n unique elements ...
確定! 回上一頁