How to use difference_update for a Set in Python

Python Set difference_update(): The difference_update() method updates the set by removing an element common with the other sets. In other