def random_color(): return colorsys.hls_to_rgb( random.choice(range(36))/36, random.choice(range(3, 7))/10, random.choice(range(6, 11))/10, )