tutorial.eyehunts.com
Python set extend | Example code
Unlike list extend(), there is no extend function in the Python set. However, you can use Union, Intersection, Difference, or Symmetric....
Rohit