What does the difference() instruction do when used with two sets?
difference()
It gives us a set of elements present in the left set but missing from the right one.