About Lesson
In this part of our python tutorials series, you will learn about the sets in python. We 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.