from machine import Pin Pin(6, Pin.OUT) while True: print ("Hello, Pi Pico!") print ("---------------")