How can we reuse the set we get by using difference()?

We can assign the instruction to a variable, thus saving the set it gives usWe can't reuse the set because we can't save it in a variable

We can assign the instruction to a variable, thus saving the set it gives us.