import time
from machine import Pin

print("Hello World")
led = Pin(7, Pin.OUT)
while(1):
    led.toggle()
    time.sleep(0.5)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT