tutorial.eyehunts.com
Python set pop method | Example code
Use the pop() method to remove an element from a set in Python. It will remove a random item from the set and returns the removed value.
Rohit