def funcA(): print("No") def funcB(): print("Yes") class A: def __init__(self, func): self.func = func def getB(se