Back to Browse

Set in Python | Python tutorial | Python programming

336 views
Dec 15, 2020
12:17

A set is an unordered collection of items. Every set element is unique without any duplicate items and must be immutable which cant be changed However, a set itself is mutable. We can add or remove items from it. Sets are used to store multiple items in a single variable and type of item doesn't matter Set is one of 4 built-in data types in Python used to store collections of data, the other 3 are List, Tuple, and Dictionary, all with different qualities and usage. A set is a collection which is both unordered and unindexed. Sets can also be used to perform mathematical set operations like union, intersection, symmetric difference, etc. Refer this for Python Dictionary: https://youtu.be/RmuRDL93yQU Refer this for Python Tuple: https://youtu.be/UF04NOwzmfA Refer this for Python list: https://youtu.be/w0dHAi78trQ For more detail watch complete session. #set #setinpython #learnpython #pythonprogramming ************************************************************************* Did you enjoy the video? If so, give it a like above! Subscribe to our channel for more techie video 👉 https://www.youtube.com/c/DeepakRai?sub_confirmation=1 Keep Learning!! Keep Growing!! P.S. Make sure to keep up with us by clicking the bell!

Download

1 formats

Video Formats

360pmp414.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Set in Python | Python tutorial | Python programming | NatokHD