#30 Sets in Python – Part 1 (Python Tutorials)
Sets(Part 1)
In this part of our python tutorials series, you will learn about the sets in python.
W use sets to store multiple items in a single variable. Set is one of the 4 types of
collections in python that are used to store different variables. A set is a collection
which is unordered, unchangeable, and unindexed.