import math
grav_plan=(3.7, 8.87, 9.8, 3.73)
h=100
s=4
vf= (2*100)*(grav_plan[1])
vf=math.sqrt (vf)
print(f"La velocidad final de un objeto que se lanza desde venus es de {vf}")

Embed on website

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