retreive a property from an object python code example Example: python get object attribute by string x = getattr(t, 'attr1') setattr(t, 'attr1', 21)