Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove dups in list of tuples

list({*map(tuple, map(sorted, test_list))})
 
PREVIOUS NEXT
Tagged: #remove #dups #list #tuples
ADD COMMENT
Topic
Name
5+8 =