from machine import *
from utime import *

orange = Pin(1, Pin.OUT)
white = Pin(5, Pin.OUT)
green = Pin(9, Pin.OUT)

while True:
  orange.on();
  sleep(3)
  white.on();
  sleep(3)
  green.on();
  sleep(3)
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT