First time here? Check out the FAQ!
answered 11 years ago
S = set([1,1,2,2,2,3,4,5]) L = list(S) print L; type(S); type(L)