Update fisica/lancamento.py
This commit is contained in:
parent
a4e087d482
commit
1e9566951c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue