81.
What will be the output of the following Python code?
>>> a={4,5,6}
>>> b={2,8,6}
>>> a-b