Python for Beginners #4 - Python Sets || Learn Python Programming

preview_player
Показать описание
#DataType #Sets #Learn Python Programming A set is an unordered and un
ndexed data collection.

Create a Set = 00:21

Add an element to a Set = 00:36

Add multiple element to a Set = 02:35

Check if a value is present in a Set = 04:46

Find the length of Set = 05:04

Loop through the items in a Set = 05:59

Clear items from a Set = 07:00

Join two or more Sets together = 08:00

Remove random item from a set = 11:48

Different method you use to remove item from a Set = 12:58
Рекомендации по теме
Комментарии
Автор

This was very informative. Covered a lot of questions I've been struggling with.

jessiewalsh
Автор

I think Phyton looks very difficult to learn, but if the teacher is good then it starts to add up! Thanks!

ollyhenry
Автор

I'm watching this right before exam. Thank you!

johnmallon
Автор

python can connect to which RDBMS specifically.

Zabihullah_Danish
Автор

Can you tell me why I'm getting this result in IDLE?


>>> set={1, 2, 3, 4, 5, 4, 3, 2, 17, 6, 99}
>>> set
{1, 2, 3, 4, 5, 6, 99, 17}

AdeshPaul
visit shbcf.ru