Найди ошибки в коде
class A: attr = 1 @classmethod def cls_meth(self, a): return self.attr + a @staticmethod