[Tutor] Removing duplicates in a list with a fixed length of items in the list.
Kent Johnson
kent37 at tds.net
Thu Jan 11 16:31:13 CET 2007
Adam Cripps wrote:
> I've not worked with Sets before but will give it a go. Is there a way
> of turning the Set back to a list?
list(mySet)
More information about the Tutor
mailing list