import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
from PingPong import *
game = PingPong()
game.play()
import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
from PingPong import *
game = PingPong()
game.play()