Python defines operations for union, intersection, difference, and symmetric difference of sets. How to assist with writing a Python program that takes an isSubset method which takes two sets A and B and returns true if A is a subset of B and false otherwise using these operations?