Cody Bable

Generation

generate functionFri, 28 Apr 2023

create a function to redraw the drawing in turtle from user mouse clicks

def redraw(x, y): turtle.clear() turtle.pu() turtle.goto(x, y) turtle.pd() turtle.circle(50)

Questions about programming?Chat with your personal AI assistant