class Fruit: @classmethod def list_fruits(cls): fruit = 'apple' print(fruit) def print_color(self, *colors): color = colors[1] print(color)