generrate new color python code example
Example: generate a color python
color = lambda : [random.randint(0, 255), random.randint(0, 255), random.randint(0, 255)]
color = lambda : [random.randint(0, 255), random.randint(0, 255), random.randint(0, 255)]