import time, machine
time.sleep(0.1) # Wait for USB to become ready

print("Hello, Pi Pico!")

led = machine.Pin(6,machine.Pin.OUT)

while True:
    led.toggle()
    time.sleep(1)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT
NOCOMNCVCCGNDINLED1PWRRelay Module