A set is an unordered collection of items. Every set element is unique (no duplicates) and must be immutable (cannot be changed).
However, a set itself is mutable. We can add or remove items from it.
In this lesson, the following topics have been covered.
What is a set?
How to create a set?
membership test in a set.
Iteration in a set
set methods - union, intersection
Colab notebook - https://drive.google.com/file/d/1v6bG...
Website - https://www.thelearningsetu.com
Youtube - / thelearningsetu
Facebook - / thelearningsetu
Twitter - / thelearningsetu
Instagram - / thelearningsetu
Telegram - https://t.me/thelearningsetu
Thanks for watching