Intermediate Python Lesson 2: Sets
yt link
Sets
A set is an unordered collection of distinct hashable elements.
Sets are often used for:
Efficiently checking if an element is contained in a collection.
Eliminating duplicate entries from a collection.
Representing abstract sets, with ...
philipdevblog.hashnode.dev3 min read