8) Python Sets
8) Python Sets
5. Write a Python program to remove an item from a set if it is present in the set.
Note : Shallow copy is a bit-wise copy of an object. A new object is created that has
an exact copy of the values in the original object.
14. Write a Python program to find maximum and the minimum value in a set.