import turtle t=turtle.Turtle() t.speed(0) x=-300 y=300 def disegna_quadrato(): t.left(90) t.fd(300) t.right(90) t.fd(600) t.right(90) t.