import time
from machine import Pin
import random


# 1,3,6,10,13
led = [Pin(0,Pin.OUT),Pin(3,Pin.OUT),Pin(6,Pin.OUT),Pin(10,Pin.OUT),Pin(13,Pin.OUT)]
for i in range(10):
    ran = random.randint(1,101)
    rem=ran%5
    print(ran)
    led[rem].on()
    time.sleep(1)
    led[rem].off()
$abcdeabcde151015202530fghijfghij
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT