from machine import Pin,PWM,ADC
from utime import sleep
ldr=Pin(27,0,65537)
while True:
    value = ldr.value()
    print('value={}'.format(value))
    sleep(3)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT