Set (Python)
A set is an unordered collection of unique items written in curly braces. Sets automatically remove duplicates and are great for membership tests.
A set is an unordered collection of unique items written in curly braces. Sets automatically remove duplicates and are great for membership tests.