In this Python Programming video tutorial you will learn to write a program to convert distance from Kilometer to Mile
First we ask the user to enter the distance in Kilometer Km and then we multiply it by 0.621371 to get distance in Miles

#python

Python Program to Convert Distance from Kilometers to Miles
1.70 GEEK