from machine import Pin
import time

pin = Pin("LED", Pin.OUT)

while True:
  pin.value(1)
  time.sleep(1)
  pin.value(0)
  time.sleep(1)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT