a = 200          
g = 9.8          
a2= 2 * a
div= a2 / g
tiempo = div**0.5
print("El tiempo que tarda en llegar al suelo es: ", tiempo, "segundos")

Embed on website

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