Run »
fruits = {"apple", "banana", "cherry"} x = fruits.pop() print(x)