Contenido del Curso
Introduction to Python | Mobile-Friendly
Introduction to Python | Mobile-Friendly
Challenge
The distance between New York and San Francisco is 4677.4
km (variable dist_km
). You need to convert it into miles (by dividing the dist_mi
by km_per_mi
). Considering that 1 mile equals approximately 1.609
km (variable km_per_mi
), save the result in the dist_mi
variable, and output the integer part of the distance in miles.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 9