Comment

Ming Huang

I find a way to get the unique list

A = [1,1,2,2,3,3]
A = [i for i in set(A)]