tiempos = (2, 5, 8, 12)         
gravedades = (3.7, 8.87, 9.8, 3.73)  
vf1 = gravedades[0] * tiempos[0]
vf2 = gravedades[1] * tiempos[1]
vf3 = gravedades[2] * tiempos[2]
vf4 = gravedades[3] * tiempos[3]
print("Velocidades finales:", vf1, vf2, vf3, vf4)

Embed on website

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