Skip to content

TypeScript code snippet – How to find uncommon elements in two lists in python?

>> set([1,2,3]) ^ set([3,4,5])
set([1, 2, 4, 5])
See also  CSS code snippet - How to center in absolute position?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.