Honorable Mention: Set



• A set is an unordered collection with no duplicate elements
• Usage: find unique values
• More on Set: https://docs.python.org/3/tutorial/datastructures.html#sets

Index