def thing_counter(self, thing): length_of_thing = len(thing) return length_of_thing def thing_counter(self, thing): self._length_of_thing = len(thing) return self._length_of_thing