import time
time.sleep(0.1) # Wait for USB to become ready  
print("Hello, Adrian!")
led = Pin(0, Pin.OUT) # If you didn’t use GP0, change 0 to the pin you used
while True:
    led.toggle()
    sleep(0.5)

BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT