From 0b746035a149ac31c4eee3cbfb8f894c55858c80 Mon Sep 17 00:00:00 2001 From: Jurandy Soares Date: Thu, 27 Feb 2025 15:59:53 -0300 Subject: [PATCH] =?UTF-8?q?add:=20Exemplo=20de=20habilita=C3=A7=C3=A3o=20d?= =?UTF-8?q?o=20clique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55e0074..761f2a0 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ mouse_.gif Escolha sua opção: 5 >>> cena_demo() >>> fala(gato, "Oi!", distancia=50, angulo=135, tempo=1) +>>> habilita_clique() >>> turtle.exitonclick() >>> exit() ```