Coursera-Crash-Course-on-Python
Coursera-Crash-Course-on-Python copied to clipboard
Update Week4.ipynb
The previous solution is not accepted by Coursera, so I made some changes.
But the expected output is similar. Could you please share not accepted?
Create an application named ConvertMilesToKilometers whose Main() method prompts a user for a number of miles, passes the value to a method that converts the value to kilometers, and then returns the value to the Main() method where it is displayed.
A mile is 1.60934 kilometers.