Overview

A set is a collection of unique items that are unordered and unindexed. This means that there are no duplicates and cannot access items as you would a list or dictionary. Once you add an item into the set it cannot be changed but you can remove and add a new item.

#python-programming #python-set #set #python #data-structures

Python Set
1.65 GEEK