import time
while True:
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
time.sleep(0.3)
print("hellooo")
import time
while True:
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
time.sleep(0.3)
print("hellooo")