+ 3
| is OR. In this case, it will print everything because it exists in your sets.
& is AND. It will print what the two sets have the same of
- Is subtract. it will take away what the sets have the same of
^ is exclusive or (also known as XOR) and it will take away anything that is the same, but not different in this case