Python programming:
Consider the three words: STAM, TRAM,PRAM.
Find the union, intersection, difference (STAM,TRAM) using arguments.
Prepare two solutions:
a. prepare a module that has the functions and the caller program.
b. consider a function as an argument.