⬅︎ Back to Fastest way to uniqify a list in Python
This is absolutely ingenious! Thank you for sharing!
what about dict(zip(seq,seq)).keys()
Comment
This is absolutely ingenious! Thank you for sharing!
Parent comment
what about dict(zip(seq,seq)).keys()