grav_plan=(3.7, 8.87, 9.8, 3.73)

v_inicial=0
grav=grav_plan[3]
time=10

v_final=v_inicial+grav*time

print(f"La velocidad final de Marte es de {v_final} m/s")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: