Exercise: Symmetric difference

Two tag collections overlap partially. Find the tags that appear in exactly one source, not both. The lesson on set operations introduced an operator for this.
Python
Setting up Python environment...
Output