import utime
from machine import Pin
button=Pin(0,Pin.IN,Pin.PULL_UP)
while True:
    print("hii")
    b1=button.value()
    print("Button1:",b1)
    utime.sleep(1)
    

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