from machine import Pin
from time import sleep

BUTTON = Pin(1, Pin.IN)

while True:
    print(BUTTON.value())
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT