What does the difference() instruction do when used with two sets?

It gives us a set of elements present in the left set but missing from the right oneIt gives us a set of common elements of the two sets

It gives us a set of elements present in the left set but missing from the right one.