from microbit import*
while True:
  for y in range (5):
    display.set_pixel(0,y,9)
    
