Cody Bable

Generation

generate functionFri, 28 Apr 2023

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

from turtle import * def createCoord(x, y): print((x,y)) getscreen().onclick(createCoord)

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