Course Content
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.
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 9