I have a 2D list which I create like so:Z1 = [[0 for x in range(3)] for y in ... I need to extract the unique 1x3 elements of Z1 , without regard to order:.
確定! 回上一頁