Log in or register to post comments Below code will output {1,2,3,4} mylist = [1,2,2,3,4,4,1,2,3,3,2] set(mylist) Tags Python Data Structure Interview Questions Python Interview Questions