import time from machine import Pin time.sleep(0.1) led=Pin(0,Pin.OUT) led.value(1) print("Hello, Pi Pico!")