from microbit import * import time for col in range(5): display.set_led(col, 0, 9) # set_led(colonne, ligne, intensité) time.sleep(0.5)