⬅︎ Back to Fastest way to uniqify a list in Python
Perhaps you would want the ordering?
why on earth would you do that when you could do list(set(seq)) ??
Comment
Perhaps you would want the ordering?
Parent comment
why on earth would you do that when you could do list(set(seq)) ??