#BackCoding
defined two set variables and we have performed defferent
Python offers a datatype called set whose elements must be unique. It can be used to perform different set operations like union, intersection, difference and symmetric difference
this program, we take two different sets and perform different set operations on them. This can equivalently done by using set methods.
#python
#programming
#shorts