import time
time.sleep(0.1) # Wait for USB to become ready
while True:
for i in range(1,100):
print("Hello, Pi Pico W!")
import time
time.sleep(0.1) # Wait for USB to become ready
while True:
for i in range(1,100):
print("Hello, Pi Pico W!")