Python for Beginners - 10 | Built-in Data Types | [Sets]

preview_player
Показать описание
[What are Sets] The first question is, what are sets? A set is a collection of unique elements that is unordered and unindexed. That means, the elements do not have a defined order or an index.

[Syntax of Sets] Sequence data types, differences of sets against other sequence data types in Python.

[Features of Sets]
1. [Uniqueness of Elements]
2. [Order of Elements]
a. [Ordered Data Types]
b. [Unordered Data Types]
3. [Nesting Restrictions]
4. [Mutability]
5. [Sets Operations]

[Frozen Sets]

#pythonforbeginners #python #pythonsets
Рекомендации по теме
visit shbcf.ru