From 1e9566951c9c8c577d2f01d97ecb980bd51f4108 Mon Sep 17 00:00:00 2001 From: Jurandy Soares Date: Wed, 30 Oct 2024 00:19:02 +0000 Subject: [PATCH] Update fisica/lancamento.py --- fisica/lancamento.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fisica/lancamento.py b/fisica/lancamento.py index d395378..5debb4d 100644 --- a/fisica/lancamento.py +++ b/fisica/lancamento.py @@ -22,8 +22,10 @@ def main(): turtle.shape('turtle') turtle.color('blue', 'red') turtle.up() + turtle.hideturtle() turtle.goto(-MEIA_LARG, -MEIA_ALT) - turtle.down() + turtle.showturtle() + for t in range(81): x = sx(t)