kittencatdawg621 kittencatdawg621 14-11-2022 Engineering contestada What is the name of the instance variable in the following code segment? class Fruit: def getColor(self): return self._color 1) Fruit 2) self 3)_color 4) getColor