Test post. Code block test:

1
2
3
from machine import Pin
led = Pin(25, Pin.OUT)
led.on()