Generation

generate functionFri, 09 Dec 2022

moving a ball randomly

def moveBallRandomly(): x = random(0, width) y = random(0, height) ballX = x ballY = y moveBallRandomly()

Want to kickstart your project?Use the new AI Studio to create your code