Cody Bable

Generation

generate functionFri, 28 Apr 2023

create a function to copy turtle coordinates from user mouse clicks on the screen

def getcoords(x, y): global coords coords.append([x, y]) turtle.onscreenclick(getcoords)

Questions about programming?Chat with your personal AI assistant