d=int(input("Ingrese la distancia"))
x1=int(input("Ingrese el primer valor"))
x2=int(input("Ingrese el segundo valor"))
suma=x1+x2
tiempo=d/suma
print(f"El tiempo determinado es de {tiempo}")
To embed this project on your website, copy the following code and paste it into your website's HTML: