Generation

generate functionWed, 29 Mar 2023

has un gato en una valla con el comando t.turtle

def cat_in_the_fence(): t.color('red') t.left(180) t.forward(50) t.right(90) t.color('green') t.forward(200) t.left(90) t.forward(80) t.left(90) t.forward(200) t.left(90) t.forward(80) t.right(90) t.color('red') t.forward(50) cat_in_the_fence()

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