The "set", is a collection type, that cannot be duplicated. set has been part of Python since version 2.4. How Python implements sets are as known from mathematics. sets can't have multiple occurrences of the same element. the set is represented by {}
Here's the list of some of my previous contibutions on Python Programming