Is there a way in python to pop multiple elements from a set, without a for loop over the pop method and without converting the set to a list?
pop