tutorial.eyehunts.com
Python set discard vs remove
Python set methods discard() and remove() are used to remove the specified item from the set. The difference between set discard and remove
Rohit