Answer: B
set-difference returns the elements that are present in the first set, but not in the second set, in any order.
set-difference often confuses students: it is not symmetric (commutative); unique elements of the second set do not appear in the output.