Comment

David

why on earth would you do that when you could do list(set(seq)) ??

Parent comment

Anonymous

what about dict(zip(seq,seq)).keys()

Replies

Anonymous

Perhaps you would want the ordering?