Question: Write a program, which reads heights (inches.) customers into a list and convert these heights to centimeters in a separate list using: 1) Nested interactive
Write a program, which reads heights (inches.) customers into a list and convert these heights to centimeters in a separate list using: 1) Nested interactive loop. 2) List comprehensions (Read input from user to check if no more data (Y, N) ). Example: L1: [150,155, 145, 148] Output: [68.03, 70.3, 65.77, 67.13]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
