import math
Grav_plan=(3.7, 8.87, 9.8, 3.73)
h=200
idk= 2*(h)/(Grav_plan[2])
t=math.sqrt(idk)
print(f"El tiempo que tarda un objeto en llegar al suelo es de {t}")

Embed on website

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