0

What is the Python data type SET, and how can I use it?

Monisha M Posted new comment June 1, 2023
User Avatar

set” is a Python data type which is a sort of collection. Since Python 2.4, it’s been a part of the language. A set is a collection of distinct and immutable items that are not in any particular sequence.