# unpack a list python: list = ['red', 'blue', 'green'] # option 1 red, blue = colors # option 2 *list