SETS

Sets are collections of unique items, meaning that no item appears more than once in a set. Sets can be used to store any type of data, from strings to numbers, to objects. They are unordered and do not support indexing, making them an ideal choice for storing data that does not need to be sorted or accessed by index. Sets are also useful for performing mathematical operations, such as union, intersection, and difference.