from microbit import * import time display.show(Image.HAPPY) time.sleep(1) display.show(Image.SAD)