# 05 Buzzer and Button
# [Date]
# [Name]

from machine import Pin
from utime import sleep

button = Pin(26, Pin.IN, Pin.PULL_UP)

led = Pin(28, Pin.OUT)

while True:
    led.value(1)
    sleep(1) 
    led.value (0)
    sleep(1)

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