import time
import os
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
# List files and directories in the current directory
files = os.listdir("/")
print(files)
import time
import os
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
# List files and directories in the current directory
files = os.listdir("/")
print(files)