Sets
You will learn about the set object in Python in this lesson.
Definition
A set is a collection of values that are not necessarily all the same type. To write a set, use braces around a comma-separated list. Take a look at a few examples using sets below:
Get hands-on with 1400+ tech skills courses.