Live stream preview
Python Sets
Introduction to Python Programming • 4m 42s
Sets are another fundamental Python data structure. In this video, you'll learn to work with sets where each value in the structure must be unique.
Up Next in Introduction to Python Programming
-
Catching Exceptions
Errors occur during the file i/o process. In this video, you'll learn how to catch those errors and prevent further runtime issues.
-
Reading a File
In this video, you'll learn how to read a file from permanent storage and process it in Python.