Question: Use python, Write the code so that the result is as shown below. (heights in inches). Black is the output and red is the user
Use python, Write the code so that the result is as shown below. (heights in inches). Black is the output and red is the user input.
This program needs to print a mathematical statement.

Person 1 Height: 64 Person 2 Height: 61 64 - 61 = 3 Person 1 is 3 inches taller than Person 2. Person 1 is 5'4" Person 2 is 5'1". Person 1 Height: 65 Person 2 Height: 65 65 - 65 = 0 Person 1 is o inches taller than Person 2. Person 1 is 5'5" Person 2 is 5'5" Person 1 Height: 68 Person 2 Height: 70 68 - 70 = -2 Person 1 is -2 inches taller than Person 2. Person 1 is 5'8" Person 2 is 5'10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
