You turn on at least one LED, sleep the micro:bit, and then clear the LED screen
Instruction:
m1.clear() will reset the LED screen back to blank. sleep(1) will cause the micro:bit to stop all actions for as many seconds as you specify in the brackets.