Definition: A "validatable" is a property that can be set on an object and will return a boolean value indicating whether or not the object is valid. This means that if the object is valid, its validity should be determined by the setter method of the object's properties. For example: ```python class Person: def __init__(self): self.valid = True @property def age(self): return self._age @age.setter def age