class Liar(list): def __len__(self, items): real_length= super().__len__(items) return real_length+=3