1.11 b) Add the attribute ‘hungry’ to the object initialisation, then def feed(self, food): if food.calories>100: self.hungry = False