import time import pixel_control pixel_control.ledOn() time.sleep(10) pixel_control.ledOff() pixel_control.ledOff()