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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!