First time here? Check out the FAQ!
answered 2014-02-02 15:01:57 +0100
S = set([1,1,2,2,2,3,4,5]) L = list(S) print L; type(S); type(L)