Cody Bable

Generation

generate functionFri, 28 Apr 2023

create a function to redraw the drawing in turtle

def draw_square(): for i in range(4): t.fd(100) t.lt(90)

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