Sets in Python 3

Опубликовано: 29 Декабрь 2018
на канале: Stack Equation
61
0

Unordered and unindexed collection of elements are represented as sets in python. Hence,They cannot be accessed by referring to an index because unordered items has no index.These are written with curly brackets. Mathematical operations like union, intersection , difference , symmetric operations and other regular operations like add, update to add or update elements , discard or remove to delete elements from a set. There is another type of set called frozen set which only allows mathematical operations. Checking subset relation between two sets and many other operations which have huge applications in data analysis and other application programming requirements.


Смотрите видео Sets in Python 3 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Stack Equation 29 Декабрь 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 61 раз и оно понравилось 0 людям.