How Can I Create a Set

A set in Python is a list of unique values.
In a set, no value can be repeated more than once.

So if we have the following code, we will have the following output: