Comment

Anonymous

fastest non preserving (?):

def f7(seq):
____S,L = set, list
____return S(L(seq))