x=int(input("Ingrese la distancia recorrida (m) "))
t=int(input("Ingrese el tiempo (s) "))

v=x/t
d=v*t

print(f"La distancia recorrida es de {d} m/s")

Embed on website

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