from microbit import*
while True:
  display.show("1")
  sleep(500)
  display.show(" ")
  sleep(500) 
