import turtle screen = turtle.Screen()
screen.onclick(a.goto(-175,175))
#I was trying to make the turtle move once a clicked it with my mouse, but each time I run this code the turtle just automatically moves to that position before I can click it
import turtle screen = turtle.Screen()
screen.onclick(a.goto(-175,175))
#I was trying to make the turtle move once a clicked it with my mouse, but each time I run this code the turtle just automatically moves to that position before I can click it