class SampleClass: class_attribute = 0 def __init__(self, arg): self.instance_attribute = arg def method(self): print(self.instance_attribute)