from machine import Pin
from time import sleep
fg = Pin(2, Pin.IN)
Pin = Pin(5, Pin.OUT)
while True: 
    Pin.low()
    sleep(2)
    Pin.high()
    sleep(2)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT