import rone
  
colors = ['r', 'g', 'b']
  
for color in colors:
    rone.led_set_group(color, 40)