A very common mistake is passing a class as the first argument to isinstance. # Manager is an instance of `type`, not of Employee. print(isinstance(Manager, Employee ...