print("Determine la velocidad de 2 cuerpos en Km/h y la distancia en la que estan uno del otro")
C1=int(input())
C2=int(input())
D=int(input())
S=D/(C1+C2)
print("Se van a encontrar a las", S, "horas o en", S*3600, "segundos"  )

Embed on website

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