import math
grav_plan=(3.7, 8.87, 9.8, 3.73)
grav=grav_plan[2]
altura=200
tiempo=altura**2/grav
tiempo_final=math.sqrt(tiempo)
print(f"El tiempo de la tierra es {tiempo_final}")
To embed this project on your website, copy the following code and paste it into your website's HTML: