Sets - Python

Опубликовано: 21 Июль 2026
на канале: Dcode Tech
25
4

This video is a continuation of my python programming videos for learning the basics of computer programming. Python sets are the main topic of this video. I show how to create, add, and delete from sets. Sets are one of the 4 built in data structures in python. I also show a couple sets' methods such as: union( ), intersection( ), difference( ), and discard( ).

Pateon:   / dcodetech  

In this series I use python3.7