Return the elements of set y that are not in set x. For example, complement ([ 1, 2, 3 ], [ 2, 3, 5 ]) 5 See also: create_set union intersection
Return the elements of set y that are not in set x. For example,
complement ([ 1, 2, 3 ], [ 2, 3, 5 ]) 5