Set Data Type in Python Programming Language
In this tutorial we will learn about set data type in detail with example.Set is an associated datatype like dictionaries where there is no first element second element and all.It is also mutable datatype that is we can add or remove elements from this like list and tuples.It always contains non duplicated values.
Watch this tutorial to learn about Set Datatype
