Conteúdo do 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.
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 9