PWP Practical 8
PWP Practical 8
Ans:
Function Description
Output:
>>> %Run exp8_1.py
After adding 1st element {1, 3}
After adding 2nd element {1, 3, 4}
After removing random element {1, 3}
Output:
Output:
>>> %Run exp8_3.py
Maximum of set A is 8
Maximum of set B is z
Minimum of set A is 1
Minimum of set B is a
Output:
>>> %Run exp8_4.py
Length of set A: 6
Length of set B: 4