Update fisica/lancamento.py

This commit is contained in:
Jurandy Soares 2024-10-30 00:19:02 +00:00
parent a4e087d482
commit 1e9566951c
1 changed files with 3 additions and 1 deletions

View File

@ -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)