import utime from picozero import pico_led while True: pico_led.toggle() utime.sleep(1)