Question: Using Python: Write a program using two functions: one to print information about the program; the other to accept a parameter representing the number of
Using Python: Write a program using two functions: one to print information about the program; the other to accept a parameter representing the number of inches to be converted to yards, feet and inches. This function should print the number the equivalent number of yards, feet and inches.
If the input is 128, the output should be:
This program will convert the number of inches input by the user
to the equivalent number of yards, feet and inches
Enter the number of inches
128 inches = 3 yards 1 feet and 8 inches
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
