Wygeneruj kolorowy Python

color = lambda : [random.randint(0, 255), random.randint(0, 255), random.randint(0, 255)]
Nervous Nightingale