from machine import Pin
from utime import sleep
sleep(0.01) # Wait for USB to connect
print("Hello,welcome to www.wokwi.com.I am effable to finally meet you.Do you know what Linux is? Linux is an open-source operating system based on the Linux kernel. Linux was first developed in 1991. I hope you learn something about Linux in the future.NOW OFF YOU GO!")
led = Pin(5, Pin.OUT)
while True:
led.toggle()
sleep(0.5)n i