In this section, we will take a look at the list of set operators, what they do, and then look at a demonstration of them. Here is the list of set operators:
- +: Union operator
- -: Exclusion operator
- *: Intersection operator
- /: Symmetric difference operator
This is very similar to the assignment operators. The only difference is that the = symbol is not present after the +, -, *, and / symbols.