Question: Write a Python program in which the user enters a number of values in inches (entering -1 when done), and displays the list of values
Write a Python program in which the user enters a number of values in inches (entering -1 when done), and displays the list of values converted to centimeters as shown below:
Inches Centimeters
-------- ----------------
4 10.16
11 27.94
etc.
Your program should use (i.e. invoke) the two functions you wrote in numbers 1 and 2 above. You do not need to perfectly line up the numbers in each column
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
