From 7faeeac73b6492f3bdf16bd7fbb7bdf9afc887d1 Mon Sep 17 00:00:00 2001 From: Jurandy Soares Date: Thu, 27 Feb 2025 10:56:38 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Fun=C3=A7=C3=A3o=20fala?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pacote/nucleo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacote/nucleo.py b/pacote/nucleo.py index 68f06ea..ab3c51b 100644 --- a/pacote/nucleo.py +++ b/pacote/nucleo.py @@ -41,7 +41,7 @@ def fala(personagem: turtle.Turtle, balao.goto(x, y) balao.left(angulo) balao.forward(distancia) - balao.write(fala) + balao.write(texto) time.sleep(tempo) balao.undo() balao.undo()