Symmetric Difference Between Python Lists

# Introduction In Python, the symmetric difference between two sets is the set of elements that are in either of the sets, but not in their intersection. In this challenge, you will write a function that takes two lists as input and returns their symmetric difference.

|60 : 00

Click the virtual machine below to start practicing